summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Gjs/enum.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/Gjs/enum.tmpl')
-rw-r--r--giscanner/doctemplates/Gjs/enum.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/giscanner/doctemplates/Gjs/enum.tmpl b/giscanner/doctemplates/Gjs/enum.tmpl
index 35cdd439..e239de18 100644
--- a/giscanner/doctemplates/Gjs/enum.tmpl
+++ b/giscanner/doctemplates/Gjs/enum.tmpl
@@ -1,3 +1,4 @@
+<%! page_type="guide" %>
<%inherit file="/base.tmpl"/>
<%block name="details">
% if node.members:
@@ -11,3 +12,10 @@ ${formatter.format(node, member.doc)}
</terms>
% endif
</%block>
+<%block name="links">\
+ <links type="topic" ui:expanded="true"
+ api:type="function" api:mime="${formatter.mime_type}"
+ groups="function" style="linklist">
+ <title>Functions</title>
+ </links>\
+</%block> \ No newline at end of file