mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
23 lines
No EOL
535 B
JSON
23 lines
No EOL
535 B
JSON
{
|
|
"plugins": [],
|
|
"recurseDepth": 10,
|
|
"source": {
|
|
"include": ["."],
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"exclude": [ "./openHarmony_tools.js" ]
|
|
},
|
|
"sourceType": "module",
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc","closure"]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "./docs/",
|
|
"recurse": true
|
|
}
|
|
} |