mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:52:31 +02:00
Fix up JSDoc tool readme file
This commit is contained in:
parent
de9eeff7d2
commit
a482b7c371
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
||||||
* Install node.js
|
* Install node.js
|
||||||
* Install jsdoc via npm. `npm install jsdoc -g`
|
* Install jsdoc via npm. `npm install jsdoc -g`
|
||||||
|
|
||||||
To generate html documentation for the High Fidelity JavaScript API
|
To generate html documentation for the High Fidelity JavaScript API:
|
||||||
|
|
||||||
`cd scripts/jsdoc`
|
* `cd tools/jsdoc`
|
||||||
`jsdoc . -c config.json`
|
* `jsdoc . -c config.json`
|
||||||
|
|
||||||
The out folder should contain index.html
|
The out folder should contain index.html.
|
||||||
|
|
Loading…
Reference in a new issue