summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-class.tmpl
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-17 10:23:58 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-17 10:27:40 +0100
commitf470cf8dcad5fc2815ade3484d52b8d5a4bf816b (patch)
treefd914aa6a5f5914e57e816590363bc08cfd2a03c /giscanner/mallard-C-class.tmpl
parentdf4a6ff72eb51de034c8e70af94c1a709d1e8dc7 (diff)
downloadgobject-introspection-f470cf8dcad5fc2815ade3484d52b8d5a4bf816b.tar.gz
g-ir-doctool: Move to Mako templates for generating Mallard
Also removes the docbook writer
Diffstat (limited to 'giscanner/mallard-C-class.tmpl')
-rw-r--r--giscanner/mallard-C-class.tmpl34
1 files changed, 34 insertions, 0 deletions
diff --git a/giscanner/mallard-C-class.tmpl b/giscanner/mallard-C-class.tmpl
new file mode 100644
index 00000000..c08aea0a
--- /dev/null
+++ b/giscanner/mallard-C-class.tmpl
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<page id="${node.namespace.name}.${node.name}"
+ type="guide"
+ style="class"
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:ui="http://projectmallard.org/experimental/ui/">
+ <info>
+ <link type="guide" xref="index" group="class"/>
+ </info>
+ <title>${node.namespace.name}${node.name}</title>
+ <synopsis ui:expanded="no">
+ <title>Hierarchy</title>
+ <tree>
+ <item>
+ <code>GObjectObject</code>
+ </item>
+ </tree>
+ </synopsis>
+ <links type="topic" ui:expanded="yes" groups="constructor">
+ <title>Constructors</title>
+ </links>
+ <links type="topic" ui:expanded="yes" groups="method">
+ <title>Methods</title>
+ </links>
+ <links type="topic" ui:expanded="yes" groups="property">
+ <title>Properties</title>
+ </links>
+ <links type="topic" ui:expanded="yes" groups="signal">
+ <title>Signals</title>
+ </links>
+ <links type="topic" ui:expanded="yes" groups="#first #default #last">
+ <title>Other</title>
+ </links>
+</page>