Files
google-apis-rs/src/mako
Sebastian Thiel 4f794ef5ff fix(types): fix incorrect nested type names
There was a name-duplication which led to un-inmplemented types.

The good thing is that this was the last issue that kept all 72
APIs from compiling.
2015-03-11 21:59:28 +01:00
..
2015-03-09 17:29:44 +01:00

<%
	from util import (markdown_comment, new_context)
	c = new_context(schemas, resources)
%>\
<%namespace name="lib" file="lib/lib.mako"/>\
<%namespace name="util" file="lib/util.mako"/>\
<%block filter="markdown_comment">\
<%util:gen_info source="${self.uri}" />\
</%block>
The `${util.library_name()}` library allows access to all features of *${util.canonical_name()}*.

${lib.docs(c, rust_doc=False)}
<%lib:license />