Skip to content

Generate documentation

Arthur Beaulieu edited this page Mar 4, 2019 · 1 revision

In order to generate the documentation, you must install jsdoc (refer to your distribution package manager), then use the following command :

jsdoc -r ./src ./README.md -d ./doc/ -a all

Clone this wiki locally