documentation/test/fixture/newline-in-description.output.json
Tom MacWright 50aaf9d35b --watch and --serve flags
These new flags replace the functionality of
dev-documentation
2015-11-24 11:21:11 -05:00

63 lines
1.3 KiB
JSON

[
{
"description": "A function.",
"tags": [
{
"title": "param",
"description": "The input to the function.\nI should be able to continue the description on a new line, and have it\nstill work in the markdown table.",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "Number"
},
"name": "a"
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 7,
"column": 0
}
}
},
"errors": [
{
"message": "could not determine @name for hierarchy"
}
],
"params": [
{
"title": "param",
"description": "The input to the function.\nI should be able to continue the description on a new line, and have it\nstill work in the markdown table.",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "Number"
},
"name": "a"
}
],
"members": {
"instance": [],
"static": []
},
"path": [
null
]
}
]