change to jsdoc
This commit is contained in:
22
jsdoc-date.json
Normal file
22
jsdoc-date.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user