overte-lubosz/tools/jsdoc
2018-05-21 21:52:20 -07:00
..
plugins merging onto mac 2018-05-19 22:44:18 -07:00
.gitignore saved before laptop acts up more 2018-05-01 16:23:50 -07:00
Check.js fixed undefined errors 2018-05-07 15:49:53 -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-Formater.js Fixed Asset Class 2018-05-12 15:45:27 -07:00
grav.bat Before David's latest stubs 2018-05-12 23:41:56 -07:00
grav.sh Added pre typedef splits 2018-05-20 20:40:23 -07:00
gravPrep-Explore.js Links fixed 2018-05-06 21:39:37 -07:00
gravPrep.js clean up 2018-05-21 21:52:20 -07:00
package.json fixed undefined errors 2018-05-07 15:49:53 -07:00
README.md Fix up JSDoc tool readme file 2017-11-10 17:09:45 +13:00
root.js Moved jsdoc folder from scripts to tools directory 2016-11-10 09:33:56 -08:00
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.