Move jsdoc files to subfolder
This commit is contained in:
parent
24e1881876
commit
d71877f915
4 changed files with 6 additions and 6 deletions
11
jsdoc/jsdoc.config.json
Normal file
11
jsdoc/jsdoc.config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"source": {
|
||||
"includePattern": ".+\\.(js(doc|x)?|mjs)$",
|
||||
"excludePattern": "node_modules|shift-parser|shift-reducer|shift-traverser|dist"
|
||||
},
|
||||
"plugins": ["plugins/markdown", "jsdoc/jsdoc-synonyms"],
|
||||
"opts": {
|
||||
"destination": "./out/",
|
||||
"recurse": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue