summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.AnnotationFields.json
blob: ee054269f48a5db53e53c7b45856439933e9c1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
}