summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-method.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-C-method.tmpl')
-rw-r--r--giscanner/mallard-C-method.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/giscanner/mallard-C-method.tmpl b/giscanner/mallard-C-method.tmpl
new file mode 100644
index 00000000..bf998ab0
--- /dev/null
+++ b/giscanner/mallard-C-method.tmpl
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<page id="${namespace.name}.${parent.name}.${node.name}"
+ type="topic"
+ style="method"
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:ui="http://projectmallard.org/experimental/ui/">
+ <info>
+ <link type="guide" xref="${namespace.name}.${parent.name}" group="method"/>
+ </info>
+ <title>${node.symbol}</title>
+${format(node.doc)}</page>