summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-record.tmpl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-08-23 10:43:34 -0400
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-17 10:27:40 +0100
commit836259072ee674bcadb57ae0dcb23ab7db6ae211 (patch)
tree0235e87fb86cee696090e1904e92f8bc4ce6b5c9 /giscanner/mallard-C-record.tmpl
parentf2ab70164e5e72369fb6591670d3214d06f451bd (diff)
downloadgobject-introspection-836259072ee674bcadb57ae0dcb23ab7db6ae211.tar.gz
g-ir-doc-tool: Added MallardFormatter class
Diffstat (limited to 'giscanner/mallard-C-record.tmpl')
-rw-r--r--giscanner/mallard-C-record.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/mallard-C-record.tmpl b/giscanner/mallard-C-record.tmpl
index e6424fd7..a173e77a 100644
--- a/giscanner/mallard-C-record.tmpl
+++ b/giscanner/mallard-C-record.tmpl
@@ -8,4 +8,5 @@
<link type="guide" xref="index"/>
</info>
<title>${node.namespace.name}${node.name}</title>
-${format(node.doc)}</page>
+${formatter.format(node.doc)}
+</page>