- Install Node.js which comes with npm
- Open 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)
Source: http://stackoverflow.com/questions/33948829/how-do-i-use-jsdoc-on-windows