overte-thingvellir/tools/jsdoc
2018-04-28 19:57:45 +12:00
..
plugins Handle possibly undefined value 2018-04-28 19:57:45 +12:00
.gitignore
CMakeLists.txt Include JSDoc Web pages in the install 2018-04-16 16:08:26 +12:00
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.