summaryrefslogtreecommitdiff
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
parent24f611882216321b3645cac18f28496394913ca1 (diff)
downloadgobject-introspection-eab4582f2e3a90840d102f32e46d1d9b0645316a.tar.gz
doctool: Remove an extra <p> in the signals
-rw-r--r--giscanner/doctemplates/Gjs/signal.tmpl2
-rw-r--r--giscanner/doctemplates/Python/signal.tmpl2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page2
10 files changed, 10 insertions, 10 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>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
index 5ba5b290..713c6d67 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
@@ -38,7 +38,7 @@ function callback(annotation_object, arg1:String, arg2:String, ):String;
</item>
<item>
<title><code>Returns</code></title>
-<p><p>the return value</p></p>
+<p>the return value</p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
index 6e96d2dc..f5066231 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
@@ -38,7 +38,7 @@ function callback(foo_object, object:GObject.Object, p0:gpointer, ):String;
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
index db4e3eee..28d0b7e8 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
@@ -35,7 +35,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
index 66c3aaeb..17a54d1c 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
@@ -35,7 +35,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
index 3ad988dc..b52cf90c 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
@@ -44,7 +44,7 @@ def callback(annotation_object, arg1, arg2, user_param1, ...)
</item>
<item>
<title><code>Returns</code></title>
-<p><p>the return value</p></p>
+<p>the return value</p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page b/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
index aa653b64..691f7aed 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
@@ -44,7 +44,7 @@ def callback(foo_object, object, p0, user_param1, ...)
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
index c67c12ae..9bfe4b9e 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
@@ -41,7 +41,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
index 83dfe6f5..3c220f07 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
@@ -41,7 +41,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p></p>
+
</item>
</terms>