summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Gjs/signal.tmpl
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 05:29:16 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 05:32:19 -0500
commiteab4582f2e3a90840d102f32e46d1d9b0645316a (patch)
tree4e156cb7c4ab261f17683aa104f582e54063a87d /giscanner/doctemplates/Gjs/signal.tmpl
parent24f611882216321b3645cac18f28496394913ca1 (diff)
downloadgobject-introspection-eab4582f2e3a90840d102f32e46d1d9b0645316a.tar.gz
doctool: Remove an extra <p> in the signals
Diffstat (limited to 'giscanner/doctemplates/Gjs/signal.tmpl')
-rw-r--r--giscanner/doctemplates/Gjs/signal.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index bfbfe16b..a8e900ff 100644
--- a/giscanner/doctemplates/Gjs/signal.tmpl
+++ b/giscanner/doctemplates/Gjs/signal.tmpl
@@ -29,7 +29,7 @@ ${formatter.format(node, arg.doc)}
node.retval.type.ctype is not None:
<item>
<title><code>Returns</code></title>
-<p>${formatter.format(node, node.retval.doc)}</p>
+${formatter.format(node, node.retval.doc)}
</item>
% endif
</terms>