ui-lib/jsdoc-date.json
2024-01-30 17:28:18 +08:00

22 lines
494 B
JSON

{
"source": {
"include": ["lib/ui/date.js"],
"includePattern": "\\.js$",
"exclude": []
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"destination": "./jsdoc/date",
"recurse": true,
"verbose": false,
"template": "node_modules/docdash",
"theme_opts": {
"default_theme": "light"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}