doclets
Doclets are plug-ins for documentation generation tools that control how documentation data is collected, organized, and presented. The term is most closely associated with the Javadoc tool used in the Java ecosystem.
In Java, a doclet processes information extracted from source code and Javadoc comments and outputs documentation
Implementation typically involves creating a class that implements the Doclet API and registering it with the
Common use cases include generating API references in non-HTML formats for integration with content management systems,
Doclets are part of a broader ecosystem of Javadoc extensions, including taglets for handling custom Javadoc