summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-class.tmpl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-08-23 09:12:02 -0400
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-17 10:27:40 +0100
commitf2ab70164e5e72369fb6591670d3214d06f451bd (patch)
tree07079cfadfbf79147653c7e42c5dc004881d73df /giscanner/mallard-C-class.tmpl
parent773d36876cfd5a23e32c506e78bdfc7383b05713 (diff)
downloadgobject-introspection-f2ab70164e5e72369fb6591670d3214d06f451bd.tar.gz
g-ir-doc-tool: More Mallard work, using experimantal api extension
Diffstat (limited to 'giscanner/mallard-C-class.tmpl')
-rw-r--r--giscanner/mallard-C-class.tmpl11
1 files changed, 8 insertions, 3 deletions
diff --git a/giscanner/mallard-C-class.tmpl b/giscanner/mallard-C-class.tmpl
index 5dc59220..935146a5 100644
--- a/giscanner/mallard-C-class.tmpl
+++ b/giscanner/mallard-C-class.tmpl
@@ -3,11 +3,12 @@
type="guide"
style="class"
xmlns="http://projectmallard.org/1.0/"
+ xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
<link type="guide" xref="index" group="class"/>
</info>
- <title>${node.namespace.name}${node.name}</title>
+ <title>${node.ctype}</title>
${format(node.doc)}
<synopsis ui:expanded="no">
<title>Hierarchy</title>
@@ -17,10 +18,14 @@ ${format(node.doc)}
</item>
</tree>
</synopsis>
- <links type="topic" ui:expanded="yes" groups="constructor" style="linklist">
+ <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" groups="method" style="linklist">
+ <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" groups="property" style="linklist">