summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-default.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-Python-default.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-Python-default.tmpl')
-rw-r--r--giscanner/mallard-Python-default.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/mallard-Python-default.tmpl b/giscanner/mallard-Python-default.tmpl
index 683adf6a..87791059 100644
--- a/giscanner/mallard-Python-default.tmpl
+++ b/giscanner/mallard-Python-default.tmpl
@@ -7,5 +7,5 @@
<info>
</info>
<title>${namespace.name}.${node.name}</title>
-${formatter.format(node.doc)}
+${formatter.format(node, node.doc)}
</page>