A Doclet program works with Javadoc to select which content to include in the documentation, format the presentation of the content and create the file that contains the documentation. A Doclet is written in Java and uses the , The included with Javadoc generates
API documentation as frame-based
HTML files. Other Doclets are available on the web , often for free. These can be used to: • Create other types of documentation (non-API) • Output to a format other than HTML, such as
PDF • Output as HTML with additional features such as a search or with embedded
UML diagrams generated from the Java classes == Tags ==