mirror of https://github.com/vladmandic/human
fix typedoc
parent
25088c74fa
commit
362fda37c9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue