diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-15 05:29:16 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-15 05:32:19 -0500 |
commit | eab4582f2e3a90840d102f32e46d1d9b0645316a (patch) | |
tree | 4e156cb7c4ab261f17683aa104f582e54063a87d /giscanner/doctemplates | |
parent | 24f611882216321b3645cac18f28496394913ca1 (diff) | |
download | gobject-introspection-eab4582f2e3a90840d102f32e46d1d9b0645316a.tar.gz |
doctool: Remove an extra <p> in the signals
Diffstat (limited to 'giscanner/doctemplates')
-rw-r--r-- | giscanner/doctemplates/Gjs/signal.tmpl | 2 | ||||
-rw-r--r-- | giscanner/doctemplates/Python/signal.tmpl | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/giscanner/doctemplates/Python/signal.tmpl b/giscanner/doctemplates/Python/signal.tmpl index 9953eb53..a2d7b0be 100644 --- a/giscanner/doctemplates/Python/signal.tmpl +++ b/giscanner/doctemplates/Python/signal.tmpl @@ -35,7 +35,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> |