summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:37:37 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:37:37 +0100
commitafe25adf46c5924850d8f43862745310ac1c6b66 (patch)
tree7d96c5afe3ae1775525640d13ae4357e070f391f
parent19c1bbbdd1fbb865fc48224a4b3e1f1e6297d2f4 (diff)
downloadgobject-introspection-afe25adf46c5924850d8f43862745310ac1c6b66.tar.gz
g-ir-doc-tool: Add missing file: giscanner/mallard-C-enum.tmpl
-rw-r--r--giscanner/mallard-C-enum.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/giscanner/mallard-C-enum.tmpl b/giscanner/mallard-C-enum.tmpl
new file mode 100644
index 00000000..20cd0894
--- /dev/null
+++ b/giscanner/mallard-C-enum.tmpl
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<page id="${node.namespace.name}.${node.name}"
+ type="guide"
+ style="enum"
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:ui="http://projectmallard.org/experimental/ui/">
+ <info>
+ <link type="guide" xref="index"/>
+ </info>
+ <title>${node.namespace.name}.${node.name}</title>
+${formatter.format(node.doc)}
+</page>