We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在配置文件中已经配置了doc.source.disable=true 使用插件生成YAPI文档的时候分类名仍使用注释
The text was updated successfully, but these errors were encountered:
插件版本:2.6.8.212.0 idea版本:2023.2.3
Sorry, something went wrong.
我试了一下,注释被正确屏蔽了。 你试试再加这个日志,看看配置有没有生效。
api.class.parse.before=groovy:logger.info("doc.source.disable:"+config.get("doc.source.disable"))
我试了一下,注释被正确屏蔽了。 你试试再加这个日志,看看配置有没有生效。 api.class.parse.before=groovy:logger.info("doc.source.disable:"+config.get("doc.source.disable"))
一个是添加header的配置,这个配置正确生效了,但是屏蔽注释的没有。 明天试一下你说的这个
[INFO] doc.source.disable:true 配置生效了,但是没有正确运行
No branches or pull requests
在配置文件中已经配置了doc.source.disable=true
使用插件生成YAPI文档的时候分类名仍使用注释
The text was updated successfully, but these errors were encountered: