Skip to content

Commit

Permalink
[web][doc] Change references to JSDoc
Browse files Browse the repository at this point in the history
Few weeks ago, the documentation output was reworked a bit to be ready
for a near future in which all the project documentation could be
"managed" by a static site generator. These adjustments implied a few
changes that were not reflected in the README file.

[1] #976
  • Loading branch information
dgdavid committed Jan 20, 2024
1 parent d516f74 commit 25c4091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ switcher is displayed only in local installation because it cannot work in
remote connection. This option will force displaying it even in a remote
connection.

## JSDoc Documentation
## TypeDoc Documentation

This project uses [TypeDoc](https://typedoc.org/) to generate the API documentation. The `jsdoc`
task generates the documentation to the `jsout.out` directory. If you need to adjust any TypeDoc
option, please check the `typedocOptions` key in the `tsconfig.js` file.
This project uses [TypeDoc](https://typedoc.org/) to generate the API documentation. The `typedoc`
task generates the documentation to the `typedoc.out` directory. If you need to adjust any TypeDoc
option, please check the [`typedoc.json` file](./typedoc.json).

```
npm run jsdoc
Expand Down

0 comments on commit 25c4091

Please sign in to comment.