overte/tools/jsdoc
2018-05-06 21:39:37 -07:00
..
plugins Adding dedent 2018-04-28 12:16:39 -07:00
.gitignore saved before laptop acts up more 2018-05-01 16:23:50 -07:00
badLinks Links fixed 2018-05-06 21:39:37 -07:00
Check.js Links fixed 2018-05-06 21:39:37 -07:00
CMakeLists.txt Include JSDoc Web pages in the install 2018-04-16 16:08:26 +12:00
config.json JS scripting console auto-complete 2018-01-19 19:11:12 +01:00
grav.bat pre TOC add 2018-04-30 16:32:15 -07:00
gravPrep-Explore.js Links fixed 2018-05-06 21:39:37 -07:00
gravPrep.js Links fixed 2018-05-06 21:39:37 -07:00
Links-Untouched Links fixed 2018-05-06 21:39:37 -07:00
package.json Links fixed 2018-05-06 21:39:37 -07:00
README.md Fix up JSDoc tool readme file 2017-11-10 17:09:45 +13:00
root.js
warningLog Links fixed 2018-05-06 21:39:37 -07:00

#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.