From ae6f1592d4e423abc749e8d9f9a27191bcb1b85b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 31 Jan 2013 18:58:13 -0500 Subject: doctool: Use a base template for all node kinds that make sense --- giscanner/doctemplates/C/class.tmpl | 38 +------------------------------------ 1 file changed, 1 insertion(+), 37 deletions(-) (limited to 'giscanner/doctemplates/C/class.tmpl') 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"> - - Hierarchy - - - GObjectObject - - - - -<%block name="links"> - - Constructors - - - Methods - - - Functions - - - Properties - - - Signals - - - Other - - +<%inherit file="/class.tmpl"/> -- cgit v1.2.1