How to get webstorm javascript JDOC documentation overview?
I am using the JDOC javascript documentation (/** on webstorm 4.01) , i know that if i press ctrl + q over a item i get the documentation for it.
But how do i get an documentation overview of my hole app? can i generate a html page with all my documentation? does it have a visialization tool?
If not, how do i acheive this?
Thanks
Please sign in to leave a comment.
Hi there,
There is no JSDoc "generator" in Storm IDE. You have to use any standalone tool for that, for example http://code.google.com/p/jsdoc-toolkit/ or https://github.com/jsdoc3/jsdoc (more: http://en.wikipedia.org/wiki/JSDoc )