Search code examples
javascriptwebstormjsdoc

WebStorm: How to generate JSDoc documentation


I just started using WebStorm and JSDoc to document my JavaScript. Still I have not found a way to generate a HTML documentation using some kind of WebStorm built-in functionality. I searched the web and Stack Overflow, but only found a lot of questions about the syntax of JSDoc, etc.

What am I missing? I am using WebStorm 7.0.3.


Solution

  • Nice article about jsDoc for phpStorm at this link.

    In WebStorm I guess the same.