summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page43
1 files changed, 28 insertions, 15 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page
index 0b8fca1d..73a59926 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestCallbackFull.page
@@ -1,25 +1,38 @@
<?xml version="1.0"?>
<page id="Regress.TestCallbackFull"
type="topic"
- style="default"
+ style="callback"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
- <link xref="index" group="default" type="guide"/>
-
+ <link xref="index" group="callback" type="guide"/>
</info>
<title>Regress.TestCallbackFull</title>
-
-
-
-
-
-
-
-
-
-
-
+ <synopsis><code mime="text/x-python">
+@accepts(int, float, filename)
+@returns(int)
+def on_TestCallbackFull(foo, bar, path):
+ </code></synopsis>
+
+
+<terms>
+<item>
+<title><code>foo</code></title>
+ <p>the investment rate</p>
+</item>
+<item>
+<title><code>bar</code></title>
+ <p>how much money</p>
+</item>
+<item>
+<title><code>path</code></title>
+ <p>Path to file</p>
+</item>
+<item>
+<title><code>Returns</code></title>
+
+</item>
+</terms>
+
</page>