I’m looking for a way to generate documentation automatically from my Javascript project. Anyone know how can I do this?
As far as I know, there’re some tools like JSDoc but I want to know your opinion, your best choice and why.
Thanks!
EDIT: just to be clear, I need something like JavaDOC or PHPDocumentor but to use with my Javascript source code.
I found a great tutorial to create JS documentation using JSDoc. I hope it helps to someone who need it.
Create useful relevant Javascript documentation with JSDoc
This was exactly what I need. Thanks for your answers stackers.