summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/vfunc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/C/vfunc.tmpl')
-rw-r--r--giscanner/doctemplates/C/vfunc.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/giscanner/doctemplates/C/vfunc.tmpl b/giscanner/doctemplates/C/vfunc.tmpl
new file mode 100644
index 00000000..aa0394f4
--- /dev/null
+++ b/giscanner/doctemplates/C/vfunc.tmpl
@@ -0,0 +1,4 @@
+<%inherit file="./function.tmpl"/>
+<%block name="info">
+ ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
+</%block>