jf-roku/jsdoc.json
2023-10-05 23:43:44 -04:00

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
}
}
}