score:3

Accepted answer

first of all, you may have a look at the documentation. it is a bit confusing at first but quite comprehensive.

then, i would recommend to install jsdocs globally with npm -g

now you can go to your project folder and just type

jsdoc src -r -d docs

this will go through all files in the subdirectory src and output the documentation in docs.


Related Query

More Query from same tag