summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/mallard-Python-default.tmpl
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 11:33:57 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commit6b270e16dd8fb4a23b0a96115537a921aed4a4e1 (patch)
tree9a635aa1311c53b9070eef268d85c37c76685dd1 /giscanner/doctemplates/Python/mallard-Python-default.tmpl
parent9a029d510eac79c2e651ea8bffeea1b8a09d3d57 (diff)
downloadgobject-introspection-6b270e16dd8fb4a23b0a96115537a921aed4a4e1.tar.gz
doctool: Use a standard title for both links and for page titles
Diffstat (limited to 'giscanner/doctemplates/Python/mallard-Python-default.tmpl')
-rw-r--r--giscanner/doctemplates/Python/mallard-Python-default.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/doctemplates/Python/mallard-Python-default.tmpl b/giscanner/doctemplates/Python/mallard-Python-default.tmpl
index 7bc55d8d..1d202109 100644
--- a/giscanner/doctemplates/Python/mallard-Python-default.tmpl
+++ b/giscanner/doctemplates/Python/mallard-Python-default.tmpl
@@ -6,6 +6,6 @@
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
</info>
- <title>${namespace.name}.${node.name}</title>
+ <title>${formatter.format_page_name(node)}</title>
${formatter.format(node, node.doc)}
</page>