documentation/test/fixture/trailing-only.output.json
2015-10-13 17:36:37 -07:00

61 lines
1014 B
JSON

[
{
"description": "this is a type",
"tags": [
{
"title": "returns",
"description": "nothing",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 1
}
}
},
"errors": [
{
"message": "could not determine @name for hierarchy"
}
],
"returns": [
{
"title": "returns",
"description": "nothing",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"members": {
"instance": [],
"static": []
},
"path": [
null
]
}
]