summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-class.tmpl
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-09 02:12:13 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-01-09 03:16:13 -0500
commit0153b1f4e8fc614800860df24aedda67ec3a4e16 (patch)
tree5973332bd32e3bdfc4fcdc7ea7e2af893d962799 /giscanner/mallard-C-class.tmpl
parent709408994a2806678c6c3258de2820a322f4e0c7 (diff)
downloadgobject-introspection-0153b1f4e8fc614800860df24aedda67ec3a4e16.tar.gz
mallardwriter: Pass the parent node around for inline formatting
This will be used for @param detection.
Diffstat (limited to 'giscanner/mallard-C-class.tmpl')
-rw-r--r--giscanner/mallard-C-class.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/mallard-C-class.tmpl b/giscanner/mallard-C-class.tmpl
index 2d739043..b0f703f9 100644
--- a/giscanner/mallard-C-class.tmpl
+++ b/giscanner/mallard-C-class.tmpl
@@ -9,7 +9,7 @@
<link type="guide" xref="index" group="class"/>
</info>
<title>${node.ctype}</title>
-${formatter.format(node.doc)}
+${formatter.format(node, node.doc)}
% if node.version:
<p>Since ${node.version}</p>
% endif