开发者

PHPDOC: option to hide undocumented members

开发者 https://www.devze.com 2023-02-12 18:58 出处:网络
I found that another 开发者_运维问答tool (doxygen) has such an option (HIDE_UNDOC_MEMBERS). I wonder if there is something similar for phpDoc, except marking them all with the @ignore tag.Marking them

I found that another 开发者_运维问答tool (doxygen) has such an option (HIDE_UNDOC_MEMBERS). I wonder if there is something similar for phpDoc, except marking them all with the @ignore tag.


Marking them with @ignore is the only option.

0

精彩评论

暂无评论...
验证码 换一张
取 消