summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-property.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-Python-property.tmpl')
-rw-r--r--giscanner/mallard-Python-property.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/giscanner/mallard-Python-property.tmpl b/giscanner/mallard-Python-property.tmpl
index 3570a7fe..c018e143 100644
--- a/giscanner/mallard-Python-property.tmpl
+++ b/giscanner/mallard-Python-property.tmpl
@@ -9,5 +9,8 @@
<title type="link" role="topic">${node.name}</title>
</info>
<title>${namespace.name}.${node.parent.name}:${node.name}</title>
+<synopsis><code mime="text/x-python">
+"${node.name}" ${formatter.format_type(node.type)} : ${formatter.format_property_flags(node)}
+</code></synopsis>
${formatter.format(node.doc)}
</page>