fix typedoc

pull/293/head
Vladimir Mandic 2021-04-09 21:53:48 -04:00
parent 25088c74fa
commit 362fda37c9
3 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main** 2021/04/09 mandic00@live.com
- exception handling
### **1.4.1** 2021/04/09 mandic00@live.com
- add modelbasepath option

View File

@ -70,7 +70,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
*Suggestions are welcome!*
<br><hr><br>
<hr><br>
## Options

View File

@ -21,7 +21,7 @@
"allowJs": true
},
"formatCodeOptions": { "indentSize": 2, "tabSize": 2 },
"include": ["src/*", "src/***/*", "demo/*", "demo/helpers/gl-bench.js", "demo/helpers/menu.js"],
"include": ["src/*", "src/***/*"],
"typedocOptions": {
"excludePrivate": true,
"excludeExternals": true,