summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/class.tmpl
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 18:58:13 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commitae6f1592d4e423abc749e8d9f9a27191bcb1b85b (patch)
tree44386f59673709fbeb07d7fb5f9d0c9157c7f892 /giscanner/doctemplates/C/class.tmpl
parent44dea29977be349304a905e01b3ec89f7bdc6168 (diff)
downloadgobject-introspection-ae6f1592d4e423abc749e8d9f9a27191bcb1b85b.tar.gz
doctool: Use a base template for all node kinds that make sense
Diffstat (limited to 'giscanner/doctemplates/C/class.tmpl')
-rw-r--r--giscanner/doctemplates/C/class.tmpl38
1 files changed, 1 insertions, 37 deletions
diff --git a/giscanner/doctemplates/C/class.tmpl b/giscanner/doctemplates/C/class.tmpl
index 22a086cc..3f18b021 100644
--- a/giscanner/doctemplates/C/class.tmpl
+++ b/giscanner/doctemplates/C/class.tmpl
@@ -1,38 +1,2 @@
<%! page_type="guide" %>\
-<%inherit file="/base.tmpl"/>
-<%block name="synopsis">
- <synopsis ui:expanded="no">
- <title>Hierarchy</title>
- <tree>
- <item>
- <code>GObjectObject</code>
- </item>
- </tree>
- </synopsis>
-</%block>
-<%block name="links">
- <links type="topic" ui:expanded="yes"
- api:type="function" api:mime="text/x-csrc"
- groups="constructor" style="linklist">
- <title>Constructors</title>
- </links>
- <links type="topic" ui:expanded="yes"
- api:type="function" api:mime="text/x-csrc"
- groups="method" style="linklist">
- <title>Methods</title>
- </links>
- <links type="topic" ui:expanded="yes"
- api:type="function" api:mime="text/x-csrc"
- groups="function" style="linklist">
- <title>Functions</title>
- </links>
- <links type="topic" ui:expanded="yes" groups="property" style="linklist">
- <title>Properties</title>
- </links>
- <links type="topic" ui:expanded="yes" groups="signal" style="linklist">
- <title>Signals</title>
- </links>
- <links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
- <title>Other</title>
- </links>
-</%block>
+<%inherit file="/class.tmpl"/>