jf-roku/jsdoc.json

25 lines
557 B
JSON
Raw Normal View History

2023-10-06 03:18:09 +00:00
{
"plugins": [
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
"plugins/markdown"
],
"source": {
"include": ["source", "components"],
"includePattern": ".+\\.br?s$",
"excludePattern": "(roku_modules)"
2023-10-06 03:18:09 +00:00
},
"extendedConfig": {},
"opts": {
"recurse": true,
"template": "node_modules/clean-jsdoc-theme",
2023-10-06 03:18:09 +00:00
"brighterscript-jsdocs-plugin": {
"addModule": true,
"escapeHTMLCharacters": false
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
2023-10-06 03:18:09 +00:00
}
}
}