documentation/test/fixture/this-class.output.json
Tom MacWright 25152edeb9 style(prettier): Use prettier for code formatting (#710)
* style(prettier): Use prettier for code formatting

This saves us style issues. Also adds husky and lint-staged for pre-commit testing

Refs https://github.com/documentationjs/documentation/issues/709
2017-04-10 14:25:45 -04:00

411 lines
8.4 KiB
JSON

[
{
"description": "",
"tags": [
{
"title": "module",
"description": null,
"lineNumber": 0,
"type": null,
"name": "bookshelf"
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 24
}
},
"context": {
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [
{
"title": "param",
"name": "title",
"lineNumber": 4
}
],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"kind": "module",
"name": "bookshelf",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "bookshelf",
"kind": "module"
}
],
"namespace": "bookshelf"
},
{
"description": "",
"tags": [
{
"title": "class",
"description": null,
"lineNumber": 0,
"name": null
}
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 13
}
},
"context": {
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [
{
"title": "param",
"name": "title",
"lineNumber": 4
}
],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"kind": "class",
"name": "Book",
"members": {
"global": [],
"inner": [],
"instance": [
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "The title of the book.",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 23,
"offset": 22
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 23,
"offset": 22
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 23,
"offset": 22
}
}
},
"tags": [],
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 31
}
},
"context": {
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 21
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"name": "title",
"memberof": "Book",
"scope": "instance",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "Book",
"kind": "class"
},
{
"name": "title",
"scope": "instance"
}
],
"namespace": "Book#title"
}
],
"events": [],
"static": []
},
"path": [
{
"name": "Book",
"kind": "class"
}
],
"namespace": "Book"
},
{
"description": "",
"tags": [
{
"title": "class",
"description": null,
"lineNumber": 0,
"name": null
}
],
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 13
}
},
"context": {
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 13,
"column": 2
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [
{
"title": "param",
"name": "title",
"lineNumber": 10
}
],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"kind": "class",
"name": "BookShelf",
"members": {
"global": [],
"inner": [],
"instance": [
{
"description": {
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "The title of the bookshelf.",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 28,
"offset": 27
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 28,
"offset": 27
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 28,
"offset": 27
}
}
},
"tags": [],
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 36
}
},
"context": {
"loc": {
"start": {
"line": 12,
"column": 2
},
"end": {
"line": 12,
"column": 21
}
}
},
"augments": [],
"errors": [],
"examples": [],
"params": [],
"properties": [],
"returns": [],
"sees": [],
"throws": [],
"todos": [],
"name": "title",
"memberof": "BookShelf",
"scope": "instance",
"members": {
"global": [],
"inner": [],
"instance": [],
"events": [],
"static": []
},
"path": [
{
"name": "BookShelf",
"kind": "class"
},
{
"name": "title",
"scope": "instance"
}
],
"namespace": "BookShelf#title"
}
],
"events": [],
"static": []
},
"path": [
{
"name": "BookShelf",
"kind": "class"
}
],
"namespace": "BookShelf"
}
]