mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 20:38:07 +02:00
.. | ||
plugins | ||
.gitignore | ||
Check.js | ||
CMakeLists.txt | ||
config.json | ||
Grav-Formater.js | ||
grav.bat | ||
grav.sh | ||
gravPrep-Explore.js | ||
gravPrep.js | ||
package.json | ||
README.md | ||
root.js | ||
warningLog |
#JavaScript Documentation Generation
##Prerequisites
- Install node.js
- Install jsdoc via npm.
npm install jsdoc -g
To generate html documentation for the High Fidelity JavaScript API:
cd tools/jsdoc
jsdoc . -c config.json
The out folder should contain index.html.