summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-default.tmpl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-08-24 11:32:18 -0400
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-17 10:27:40 +0100
commit30219d837fc7e97ff3f776e1cc9fe6e63dcff76f (patch)
tree5fa171cae0a385a62330cb1fabf281458205e645 /giscanner/mallard-C-default.tmpl
parent836259072ee674bcadb57ae0dcb23ab7db6ae211 (diff)
downloadgobject-introspection-30219d837fc7e97ff3f776e1cc9fe6e63dcff76f.tar.gz
g-ir-doc-tool: Consolidating the function templates
Diffstat (limited to 'giscanner/mallard-C-default.tmpl')
-rw-r--r--giscanner/mallard-C-default.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/giscanner/mallard-C-default.tmpl b/giscanner/mallard-C-default.tmpl
index a30d10e7..577fa566 100644
--- a/giscanner/mallard-C-default.tmpl
+++ b/giscanner/mallard-C-default.tmpl
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
-<page id="${node.namespace.name}.${node.name}"
+<page id="${namespace.name}.${node.name}"
type="topic"
style=""
xmlns="http://projectmallard.org/1.0/"
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
</info>
- <title>${node.namespace.name}${node.name}</title>
-${formatter.format(node.doc)}</page>
+ <title>${namespace.name}.${node.name}</title>
+${formatter.format(node.doc)}
+</page>