documentation/test/fixture/inline-link.output.json
2016-05-20 16:49:16 -04:00

589 lines
14 KiB
JSON

[
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "Adds one to a number",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 21,
"offset": 20
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 21,
"offset": 20
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 21,
"offset": 20
}
}
},
"tags": [
{
"title": "param",
"description": "the input",
"lineNumber": 2,
"type": {
"type": "NameExpression",
"name": "number"
},
"name": "a"
},
{
"title": "returns",
"description": "the output",
"lineNumber": 3,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 8,
"column": 1
}
},
"code": "/**\n * Adds one to a number\n * @param {number} a the input\n * @returns {number} the output\n */\nfunction addOne(a) {\n return a + 1;\n}\n\n/**\n * This function returns the number one. Internally, this uses\n * {@link addOne} to do the math. This demonstrates\n * {@link https://en.wikipedia.org/wiki/Addition Addition}\n * and {@link https://en.wikipedia.org/wiki/Addition}\n * @param {number} a the input\n * @returns {number} numberone\n */\nmodule.exports = function (a) {\n return addOne(a);\n};\n"
},
"errors": [],
"params": [
{
"name": "a",
"lineNumber": 2,
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "the input",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
}
}
},
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"returns": [
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "the output",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 11,
"offset": 10
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 11,
"offset": 10
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 11,
"offset": 10
}
}
},
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"name": "addOne",
"kind": "function",
"members": {
"instance": [],
"static": []
},
"path": [
{
"name": "addOne",
"kind": "function"
}
],
"namespace": "addOne"
},
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This function returns the number one. Internally, this uses\n",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 2,
"column": 1,
"offset": 60
},
"indent": [
1
]
}
},
{
"type": "link",
"url": "addOne",
"title": null,
"jsdoc": true,
"children": [
{
"type": "text",
"value": "addOne"
}
],
"position": {
"start": {
"line": 2,
"column": 1,
"offset": 60
},
"end": {
"line": 2,
"column": 15,
"offset": 74
},
"indent": []
}
},
{
"type": "text",
"value": " to do the math. This demonstrates\n",
"position": {
"start": {
"line": 2,
"column": 15,
"offset": 74
},
"end": {
"line": 3,
"column": 1,
"offset": 109
},
"indent": [
1
]
}
},
{
"type": "link",
"url": "https://en.wikipedia.org/wiki/Addition",
"title": null,
"jsdoc": true,
"children": [
{
"type": "text",
"value": "Addition"
}
],
"position": {
"start": {
"line": 3,
"column": 1,
"offset": 109
},
"end": {
"line": 3,
"column": 56,
"offset": 164
},
"indent": []
}
},
{
"type": "text",
"value": "\nand ",
"position": {
"start": {
"line": 3,
"column": 56,
"offset": 164
},
"end": {
"line": 4,
"column": 5,
"offset": 169
},
"indent": [
1
]
}
},
{
"type": "link",
"url": "https://en.wikipedia.org/wiki/Addition",
"title": null,
"jsdoc": true,
"children": [
{
"type": "text",
"value": "https://en.wikipedia.org/wiki/Addition"
}
],
"position": {
"start": {
"line": 4,
"column": 5,
"offset": 169
},
"end": {
"line": 4,
"column": 51,
"offset": 215
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 4,
"column": 51,
"offset": 215
},
"indent": [
1,
1,
1
]
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 4,
"column": 51,
"offset": 215
}
}
},
"tags": [
{
"title": "param",
"description": "the input",
"lineNumber": 5,
"type": {
"type": "NameExpression",
"name": "number"
},
"name": "a"
},
{
"title": "returns",
"description": "numberone",
"lineNumber": 6,
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 17,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 20,
"column": 2
}
},
"code": "/**\n * Adds one to a number\n * @param {number} a the input\n * @returns {number} the output\n */\nfunction addOne(a) {\n return a + 1;\n}\n\n/**\n * This function returns the number one. Internally, this uses\n * {@link addOne} to do the math. This demonstrates\n * {@link https://en.wikipedia.org/wiki/Addition Addition}\n * and {@link https://en.wikipedia.org/wiki/Addition}\n * @param {number} a the input\n * @returns {number} numberone\n */\nmodule.exports = function (a) {\n return addOne(a);\n};\n"
},
"errors": [],
"params": [
{
"name": "a",
"lineNumber": 5,
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "the input",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
}
}
},
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"returns": [
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "numberone",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 10,
"offset": 9
}
}
},
"type": {
"type": "NameExpression",
"name": "number"
}
}
],
"name": "inline-link.input",
"kind": "function",
"members": {
"instance": [],
"static": []
},
"path": [
{
"name": "inline-link.input",
"kind": "function"
}
],
"namespace": "inline-link.input"
}
]