summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page')
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page35
1 files changed, 19 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page
index 9a652d80..d1f7d106 100644
--- a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page
+++ b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationCallback.page
@@ -1,25 +1,28 @@
<?xml version="1.0"?>
<page id="Regress.AnnotationCallback"
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"/>
-
- </info>
+ <link xref="index" group="callback" type="guide"/>
+ </info>
<title>Regress.AnnotationCallback</title>
-
-
-
- <p>This is a callback.</p>
-
-
-
-
-
-
-
+ <synopsis><code mime="text/x-csrc">
+const gint* AnnotationCallback (const gint* in);
+ </code></synopsis>
+ <p>This is a callback.</p>
+
+<terms>
+<item>
+<title><code>in</code></title>
+ <p>array of ints</p>
+</item>
+<item>
+<title><code>Returns</code></title>
+ <p>array of ints</p>
+</item>
+</terms>
+
</page>