How do I use JSDoc on Windows?
You can download it as an npm package for the Node.js JavaScript runtime environment.
- Install Node.js which comes with npm
- Open your a command line
Install JsDoc by typing the following command
npm install -g jsdoc
Run JsDoc / generate documentation. more info
jsdoc path/to/file.js
Configure jsdoc (Optional)