Javadoc tool:Java 开发工具链中的文档生成工具,用于从源代码中的特定注释(如 /** ... */)提取信息,自动生成 API 文档(常见为 HTML 格式)。
/ˈdʒɑːvəˌdɒk tuːl/
I used the Javadoc tool to generate API docs.
我用 Javadoc 工具生成了 API 文档。
Before releasing the library, the team ran the Javadoc tool and published the updated documentation to help developers understand the new classes and methods.
在发布该库之前,团队运行了 Javadoc 工具并发布更新后的文档,以帮助开发者理解新增的类和方法。
Javadoc 由 Java + doc(documentation,文档)构成,是 Java 生态中对“自动生成代码文档”的约定称呼;tool 表示“工具”。该短语通常特指 JDK 自带的 javadoc 命令行程序及其生成流程。