[gobject-introspection] doctool: Remove an extra <p> in the signals



commit eab4582f2e3a90840d102f32e46d1d9b0645316a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Feb 15 05:29:16 2013 -0500

    doctool: Remove an extra <p> in the signals

 giscanner/doctemplates/Gjs/signal.tmpl             |    2 +-
 giscanner/doctemplates/Python/signal.tmpl          |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index bfbfe16..a8e900f 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 9953eb5..a2d7b0b 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 5ba5b29..713c6d6 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 6e96d2d..f506623 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 db4e3ee..28d0b7e 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 66c3aae..17a54d1 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 3ad988d..b52cf90 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 aa653b6..691f7ae 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 c67c12a..9bfe4b9 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 83dfe6f..3c220f0 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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]