doclet
A doclet is a small, self-contained piece of documentation, often associated with source code. It typically refers to a specific element within a larger documentation system, such as a function, class, or variable. Doclets are designed to provide concise and relevant information about their associated code element, aiding developers in understanding and using it.
The term "doclet" is most commonly encountered in the context of Java documentation generation. The Javadoc
Beyond Java, the concept of doclets can be applied to other programming languages and documentation tools.