documentation/test/fixture/newline-in-description.output.json
2015-10-13 17:36:37 -07:00

67 lines
1.4 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": "type Number found, number is standard",
"commentLineNumber": 2
},
{
"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
]
}
]