documentation/test/fixture/sync/empty-example.output.json
2016-08-19 12:22:54 -04:00

104 lines
1.9 KiB
JSON

[
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This function returns the number plus two.",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 43,
"offset": 42
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 43,
"offset": 42
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 43,
"offset": 42
}
}
},
"tags": [
{
"title": "example",
"description": "",
"lineNumber": 3
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 8,
"column": 1
}
}
},
"errors": [
{
"message": "@example without code",
"commentLineNumber": 3
}
],
"name": "returnTwo",
"kind": "function",
"members": {
"instance": [],
"static": []
},
"path": [
{
"name": "returnTwo",
"kind": "function"
}
],
"namespace": "returnTwo"
}
]