overte-lubosz/tools/jsdoc
2018-05-13 11:53:57 +12:00
..
plugins Render API JSDoc stubs 2018-05-13 11:53:57 +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.