summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.FooSkippable.json
blob: 36a33fbd6e73538b67a13085397ac02e20be9d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "doc": "  <p>Some type that is only interesting from C and should not be\nexposed to language bindings.</p>",
    "kind": "enum",
    "members": [
        {
            "doc": "  <p>a skippable enum value</p>",
            "kind": "default",
            "name": "one"
        },
        {
            "doc": "  <p>another skippable enum value</p>",
            "kind": "default",
            "name": "two"
        }
    ],
    "name": "FooSkippable"
}