mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 08:36:26 +02:00
13 lines
278 B
Markdown
13 lines
278 B
Markdown
#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 scripts/jsdoc`
|
|
`jsdoc . -c config.json`
|
|
|
|
The out folder should contain index.html
|