documentation/test/fixture/simple-two.output.json
2015-03-13 11:38:33 -04:00

33 lines
644 B
JSON

[
{
"description": "This function returns the number two.",
"tags": [
{
"title": "return",
"description": "numbertwo",
"type": {
"type": "NameExpression",
"name": "Number"
}
},
{
"title": "name",
"name": "returnTwo"
}
],
"context": {
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 18
}
},
"file": "fixture/simple-two.input.js",
"code": "function returnTwo() {\n // this returns 2\n return 2;\n}"
}
}
]