JS documentation generation
Hi,
I just started using WebStorm8.0.1. One task is to research on the auto documentation tool for our Angular project. I tried out using JSDoc to auto generate documentaion but seems like it works well for a general js file with functions, but it can't create documentation for Anguar controllers, factories, directives. Is there any settings or plug in for this?
Thanks
Please sign in to leave a comment.
Have you tried angular-doc (https://www.npmjs.org/package/angular-doc)?
Seems hard to find how to use it. Is it generating just json, not a formatted html?
What kind of syntax is it expecting in comments? Is it using tags like in JSDoc (@param, @class)?
Thanks,