summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/devdocs/Gjs/_signals.tmpl')
-rw-r--r--giscanner/doctemplates/devdocs/Gjs/_signals.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl b/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl
index 4065df83..073d73f2 100644
--- a/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl
+++ b/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl
@@ -1,3 +1,4 @@
+<%namespace name="doc" file="_doc.tmpl"/>
<%namespace name="method" file="_method.tmpl"/>
% if getattr(node, 'signals', []):
<h2>Signal Details</h2>
@@ -13,8 +14,6 @@
<dd>${formatter.format_signal_flags(s)}</dd>
${method.describe_parameters(s)}
</dl>
- % if s.doc:
- ${formatter.format(node, s.doc)}
- % endif
+ ${doc.format_documentation(s)}
% endfor
% endif