You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is an inherited limitation from docco or from dox, but from what I can tell, only a hand-full of JSDoc tags are support: @params, @returns and @see
Not sure if this is an inherited limitation from docco or from dox, but from what I can tell, only a hand-full of JSDoc tags are support:
@params, @returns and @see
I would love to see support for a wider range of tags, such as:
@throws, @author, @deprecated, @constructor
Right now, if the tag is not supported... docco-husky doesn't treat it as a normal comment, but instead it totally removes it from the output.
The text was updated successfully, but these errors were encountered: