From 00f332d4f7406812d13bc4db9d55f3e57fb8c371 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 17 Dec 2013 01:09:31 -0500 Subject: xxx --- giscanner/doctemplates/namespace.tmpl | 39 ++++++++++++----------------------- 1 file changed, 13 insertions(+), 26 deletions(-) (limited to 'giscanner/doctemplates/namespace.tmpl') diff --git a/giscanner/doctemplates/namespace.tmpl b/giscanner/doctemplates/namespace.tmpl index 2c27ee42..9798c79b 100644 --- a/giscanner/doctemplates/namespace.tmpl +++ b/giscanner/doctemplates/namespace.tmpl @@ -1,27 +1,14 @@ -<%! page_type="guide" %>\ -<%inherit file="/base.tmpl"/> -<%block name="doc"> - -<%block name="info"> - -<%block name="links"> - - Classes - - - Functions - - - Other - - -<%block name="details"> - -% for constant in formatter.collect('constant'): -<%include file="${language}/constant.tmpl" args="constant=constant"/> -% endfor - - + + +]> + + %{node.name} Documentation -<%block name="since_version"> - + % for node in formatter.get_children(node): + % if formatter.should_render_node(node): + ${writer.render_child(child)} + % endif + % endfor + -- cgit v1.2.1