mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
| .. | ||
| plugins | ||
| .gitignore | ||
| badLinks | ||
| Check.js | ||
| CMakeLists.txt | ||
| config.json | ||
| grav.bat | ||
| grav.sh | ||
| gravPrep-Explore.js | ||
| gravPrep.js | ||
| Links-Untouched | ||
| 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/jsdocjsdoc . -c config.json
The out folder should contain index.html.