summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-method.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-Python-method.tmpl')
-rw-r--r--giscanner/mallard-Python-method.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/mallard-Python-method.tmpl b/giscanner/mallard-Python-method.tmpl
index 45417251..feaade6b 100644
--- a/giscanner/mallard-Python-method.tmpl
+++ b/giscanner/mallard-Python-method.tmpl
@@ -9,4 +9,5 @@
<link type="guide" xref="${namespace.name}.${node.parent.name}" group="method"/>
</info>
<title>${node.symbol}</title>
-${format(node.doc)}</page>
+${formatter.format(node.doc)}
+</page>