summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json')
-rw-r--r--tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json b/tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json
new file mode 100644
index 00000000..ee054269
--- /dev/null
+++ b/tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json
@@ -0,0 +1,24 @@
+{
+ "constructors": [],
+ "doc": " <p>This is a struct for testing field documentation and annotations</p>",
+ "fields": [
+ {
+ "doc": " <p>Some documentation</p>",
+ "kind": "field",
+ "name": "field1"
+ },
+ {
+ "doc": " <p>an array of length @len</p>",
+ "kind": "field",
+ "name": "arr"
+ },
+ {
+ "doc": " <p>the length of array</p>",
+ "kind": "field",
+ "name": "len"
+ }
+ ],
+ "kind": "class",
+ "methods": [],
+ "name": "AnnotationFields"
+} \ No newline at end of file