Added packages for JSDoc

This commit is contained in:
Grant Burgess
2020-01-02 16:30:26 +10:00
parent 1bdafffe2c
commit 160f0c4b1c
3 changed files with 623 additions and 42 deletions

16
conf.json Normal file
View File

@@ -0,0 +1,16 @@
{
"source": {
"include": ["./core/main/client"],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": "docs/",
"recurse": true,
"verbose": true
}
}