documentation/test/fixture/infer-private.output.md.json
Erik Arvidsson 662c2f96ed Testing: Support defining options for fixture tests (#492)
This reads the fixture file and looks for

```js
// Options: <JSON>
```

which it uses as the options for documentation.build and
documentation.buildSync.
2016-08-22 17:19:02 -04:00

99 lines
1.8 KiB
JSON

{
"type": "root",
"children": [
{
"type": "html",
"value": "<!-- Generated by documentation.js. Update this documentation by updating the source code. -->"
},
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "C"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "C description",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 14,
"offset": 13
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 14,
"offset": 13
},
"indent": []
}
},
{
"depth": 2,
"type": "heading",
"children": [
{
"type": "text",
"value": "m"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "m description",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 14,
"offset": 13
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 14,
"offset": 13
},
"indent": []
}
}
]
}