diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page index 67510263..a3cbb876 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj.static_method.page @@ -6,7 +6,6 @@ xmlns:api="http://projectmallard.org/experimental/api/" xmlns:ui="http://projectmallard.org/1.0/ui/"> <info> - <link xref="Regress.TestObj" group="function" type="guide"/> <api:function> <api:returns> @@ -18,23 +17,16 @@ <api:name>x</api:name> </api:arg> </api:function> - </info> <title>Regress.TestObj.static_method</title> - -<synopsis><code mime="text/x-python"> + <synopsis><code mime="text/x-python"> @accepts(int) @returns(float) def static_method(x): # Python wrapper for regress_test_obj_static_method() -</code></synopsis> + </code></synopsis> + - - - - - - <terms> <item> <title><code>x</code></title> @@ -46,6 +38,4 @@ def static_method(x): </item> </terms> - - </page> |