diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page index c1d085aa..9d5007e2 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.string_out.page @@ -6,7 +6,6 @@ xmlns:api="http://projectmallard.org/experimental/api/" xmlns:ui="http://projectmallard.org/1.0/ui/"> <info> - <link xref="Regress.AnnotationObject" group="method" type="guide"/> <api:function> <api:returns> @@ -22,31 +21,24 @@ <api:name>str_out</api:name> </api:arg> </api:function> - </info> <title>Regress.AnnotationObject.string_out</title> - -<synopsis><code mime="text/x-python"> + <synopsis><code mime="text/x-python"> @accepts(Regress.AnnotationObject, unicode) @returns(bool) def string_out(self, str_out): # Python wrapper for regress_annotation_object_string_out() -</code></synopsis> + </code></synopsis> + <p>Test returning a string as an out parameter</p> - - <p>Test returning a string as an out parameter</p> - - - - <terms> <item> <title><code>self</code></title> -<p>a <link xref="Regress.AnnotationObject"/></p> + <p>a <link xref="Regress.AnnotationObject"/></p> </item> <item> <title><code>str_out</code></title> -<p>string return value</p> + <p>string return value</p> </item> <item> <title><code>Returns</code></title> @@ -54,6 +46,4 @@ def string_out(self, str_out): </item> </terms> - - </page> |