-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.jsdoc.json
36 lines (36 loc) · 911 Bytes
/
.jsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"plugins": [
"./node_modules/jsdoc/plugins/markdown"
],
"source": {
"include": [
"./src/"
]
},
"templates": {
"cleverLinks" : false,
"monospaceLinks": false,
"default" : {
"outputSourceFiles" : true
},
"applicationName": "pixi-after-effects",
"meta": {
"title": "pixi-after-effects API Documentation",
"description": "Documentation for pixi-after-effects library",
"keyword": "docs, documentation, pixi, pixijs, pixi-ae, pixi-after-effects, aftereffects, html5, javascript, jsdoc"
},
"linenums" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : false
},
"opts": {
"encoding" : "utf8",
"recurse" : true,
"private" : false,
"lenient" : true,
"destination" : "./docs",
"template" : "./node_modules/@pixi/jsdoc-template"
}
}