25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"plugins": [
|
|
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
|
|
"plugins/markdown"
|
|
],
|
|
"source": {
|
|
"include": ["source", "components"],
|
|
"includePattern": ".+\\.br?s$",
|
|
"excludePattern": "(roku_modules)"
|
|
},
|
|
"extendedConfig": {},
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "node_modules/clean-jsdoc-theme",
|
|
"brighterscript-jsdocs-plugin": {
|
|
"addModule": true,
|
|
"escapeHTMLCharacters": false
|
|
},
|
|
"markdown": {
|
|
"hardwrap": false,
|
|
"idInHeadings": true
|
|
}
|
|
}
|
|
}
|