m22543
Results
1
comments of
m22543
apidoc.php配置文件里边加个配置 // 过滤的注解 'filter_tag' => ['@auth', '@menu', '@login'], 在vendor\hg\apidoc\src\parseApi\ParseAnnotation.php210行前边加入 $refMethod = str_replace($this->config['filter_tag'],'',$refMethod); 把需要过滤的注解给替换掉不走解析就可以了 目前不知道有什么后遗症,可以试试