Phpdocumentor -如何避免'No summary .'消息


Phpdocumentor - How to avoid the 'No summary ...' messages

PhpDocumentor给了我很多红色的消息,像这样:

No summary was found for this file
No summary for method baseQueryString()
...
No summary for method hiddenField()
...
No summary for method clean()
...
No summary for property $speed
...

虽然这对于知道docblock没有定义的地方非常有用,但有时在解析中搜索错误时非常烦人。

有没有办法输出phpdoc解析没有这种消息?

目前还没有禁用这些消息的选项——https://github.com/phpDocumentor/phpDocumentor2/issues/40