mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +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 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`
|
||||
`jsdoc . -c config.json`
|
||||
* `cd tools/jsdoc`
|
||||
* `jsdoc . -c config.json`
|
||||
|
||||
The out folder should contain index.html
|
||||
The out folder should contain index.html.
|
||||
|
|
Loading…
Reference in a new issue