Files
google-apis-rs/src/mako
Sebastian Thiel bfc3922916 fix(compile): no compiler warnings
This involves disabling the dead-code lint, which is just to ease
debugging, currently there is a lot of dead code as 'hub' is never used.

Soon, this will change, so the lint will be enabled again.
2015-03-11 08:43:24 +01:00
..
2015-03-11 08:43:24 +01:00
2015-03-09 17:29:44 +01:00
2015-03-11 08:43:24 +01:00

<%
	from util import (markdown_comment, new_context)
	c = new_context(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 />