summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page22
1 files changed, 6 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page
index 16c7ebd8..b87747a1 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page
@@ -6,7 +6,6 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="index" group="function" type="guide"/>
<api:function>
<api:returns>
@@ -22,34 +21,25 @@
<api:name>argv</api:name>
</api:arg>
</api:function>
-
</info>
- <title>Index.annotation_init</title>
-
-<synopsis><code mime="text/x-python">
+ <title>Regress.annotation_init</title>
+ <synopsis><code mime="text/x-python">
@accepts(int, [unicode])
@returns(none)
def annotation_init(argc, argv):
# Python wrapper for regress_annotation_init()
-</code></synopsis>
+ </code></synopsis>
+
-
-
-
-
-
-
<terms>
<item>
<title><code>argc</code></title>
-<p>The number of args.</p>
+ <p>The number of args.</p>
</item>
<item>
<title><code>argv</code></title>
-<p>The arguments.</p>
+ <p>The arguments.</p>
</item>
</terms>
-
-
</page>