summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json')
-rw-r--r--tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json b/tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json
new file mode 100644
index 00000000..bf19168f
--- /dev/null
+++ b/tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json
@@ -0,0 +1,36 @@
+{
+ "constructors": [],
+ "doc": "",
+ "fields": [
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_int8"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "nested_a"
+ }
+ ],
+ "kind": "class",
+ "methods": [
+ {
+ "doc": " <p>Make a copy of a RegressTestStructB</p>",
+ "kind": "method",
+ "name": "clone",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "b_out",
+ "direction": "out",
+ "type": "RegressTestStructB*"
+ }
+ ],
+ "retval": {
+ "type": "void"
+ }
+ }
+ ],
+ "name": "TestStructB"
+} \ No newline at end of file