overte-lubosz/tools/jsdoc
2018-05-21 11:57:16 +12:00
..
plugins Fix up Resource and resource cache APIs' JSDoc 2018-05-21 11:57:16 +12:00
.gitignore
CMakeLists.txt
config.json
package.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.