ドキュメントのビルドプロセスメッセージをより便利にするために、yuidoc のさまざまなタグを無視することは可能ですか?
@author、@date などのタグに問題があります
/**
* The XYZ View ...
* These tags yuidoc result in a yuidoc warning
*
* @company <company name>
* @date Mon Aug 27 2013 22:30:50 GMT+0200 (CEST)
*
* These tags yuidoc is able to interpret
* @author Bernhard <email@foo>
* @module Welcome
* @submodule Frontend
* @class WelcomeView
* @constructor
*
*/
// Yuidoc throws warnings like
warn: (docparser): unknown tag: company, path/to/file.js:1
warn: (docparser): unknown tag: date, path/to/file.js:1:1
そして、「本当の」警告を見つけることを不可能にするファイルがたくさんあります」 yuidoc でタグを除外する方法はありますか?