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
I am using webstorm and whenever I create a file it auto generates a comment block on top like so:
/**
* Created by istrauss on 3/23/2016.
*/
however this causes yuidoc to log a warning for each file: "Missing item type:".
I am wondering if there is any way to tell yuidoc to ignore a specific comment block (i.e. don't log a warning for it). I mean, I like these warnings (because I would like to know if one of my blocks has some problem) but I don't want my output to have hundreds of warnings all corresponding to this one issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am using webstorm and whenever I create a file it auto generates a comment block on top like so:
however this causes yuidoc to log a warning for each file: "Missing item type:".
I am wondering if there is any way to tell yuidoc to ignore a specific comment block (i.e. don't log a warning for it). I mean, I like these warnings (because I would like to know if one of my blocks has some problem) but I don't want my output to have hundreds of warnings all corresponding to this one issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: