mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 12:13:42 +02:00
|
||
---|---|---|
.. | ||
plugins | ||
.gitignore | ||
config.json | ||
README.md | ||
root.js |
#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.