22 lines
494 B
JSON
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
|
|
}
|
|
} |