diff options
Diffstat (limited to 'giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl')
-rw-r--r-- | giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl b/giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl index 2437e56a..86dc685b 100644 --- a/giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl +++ b/giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl @@ -9,7 +9,7 @@ <link type="guide" xref="${namespace.name}.${node.parent.name}" group="vfunc"/> <title type="link" role="topic">${node.name}</title> </info> - <title>${namespace.name}.${node.parent.name}.${node.name}</title> + <title>${formatter.format_page_name(node)}</title> <synopsis><code mime="text/x-python"> % if len(node.parameters) != 0: @accepts(\ |