class 文档自动生成工具

Tool for class documentation auto-generation

我从 Groovy 开始,我正在寻找合适的开发环境。我目前正在使用带有一些 groovy 插件的 VS Code (code-groovy, Groovy Lint, Format and Fix).

对自动生成 class 文档的工具/插件有什么建议吗?

谢谢

Any advice for a tool / pluggin to generate automatically the class documentation?

对于标准 class 级别的文档,您应该使用 groovydoc/javadoc。