summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/namespace.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/namespace.tmpl')
-rw-r--r--giscanner/doctemplates/namespace.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/giscanner/doctemplates/namespace.tmpl b/giscanner/doctemplates/namespace.tmpl
index bb58bb16..2c27ee42 100644
--- a/giscanner/doctemplates/namespace.tmpl
+++ b/giscanner/doctemplates/namespace.tmpl
@@ -15,5 +15,13 @@
<title>Other</title>
</links>
</%block>
+<%block name="details">
+<terms>
+% for constant in formatter.collect('constant'):
+<%include file="${language}/constant.tmpl" args="constant=constant"/>
+% endfor
+</terms>
+</%block>
+
<%block name="since_version">
</%block>