change to jsdoc
This commit is contained in:
23
jsdoc.json
Normal file
23
jsdoc.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"source": {
|
||||
"include": ["lib/ui/grid", "README.md"],
|
||||
"includePattern": "\\.js$",
|
||||
"exclude": []
|
||||
},
|
||||
"plugins": ["plugins/markdown"],
|
||||
"opts": {
|
||||
"encoding": "utf8",
|
||||
"readme": "./README.md",
|
||||
"destination": "./jsdoc/grid",
|
||||
"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