2017-09-11 15:13:40 +02:00
|
|
|
{
|
|
|
|
"plugins": [],
|
|
|
|
"recurseDepth": 10,
|
|
|
|
"source": {
|
2018-06-14 14:45:06 +02:00
|
|
|
"include": [ "src/js" ],
|
|
|
|
"exclude": [ "src/js/_enqueues/vendor" ]
|
2017-09-11 15:13:40 +02:00
|
|
|
},
|
|
|
|
"sourceType": "module",
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": true,
|
2018-06-14 14:45:06 +02:00
|
|
|
"dictionaries": [ "jsdoc", "closure" ]
|
2017-09-11 15:13:40 +02:00
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"cleverLinks": false,
|
|
|
|
"monospaceLinks": false,
|
|
|
|
"theme": "united",
|
|
|
|
"outputSourceFiles": true,
|
|
|
|
"outputSourcePath": true,
|
|
|
|
"linenums": true
|
|
|
|
},
|
|
|
|
"opts": {
|
|
|
|
"template": "./node_modules/ink-docstrap/template",
|
2017-12-15 14:41:56 +01:00
|
|
|
"recurse": true,
|
|
|
|
"private": true
|
2017-09-11 15:13:40 +02:00
|
|
|
}
|
|
|
|
}
|