- Doclets
-
Doclet programs work with the Javadoc tool to generate documentation from code written in Java.
Doclets are written in the Java programming language and use the doclet API to:
- Select which content to include in the documentation.
- Format the presentation of the content.
- Create the file that contains the documentation.
The standard doclet included with Javadoc generates API documentation as frame-based HTML files. Many non-standard doclets are available on the web, often for free. These can be used to:
- Create other non-API types of documentation.
- Output the documentation to other non-HTML file types such as PDF.
- Output the documentation as HTML with additional features such as a search or with embedded UML diagrams generated from the Java classes.
External links
- http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/overview.html
- Overview of available non-standard doclets.
- UML Doclet
Java Java platform Sun technologies Platform technologies Major third-party technologies JRockit · GNU Classpath · Kaffe · TopLink · Apache Harmony · Apache Struts · Spring framework · Hibernate · JBoss application server · Tapestry · JazelleHistory Major programming languages Java conferences Sun Microsystems (acquired by Oracle Corporation, 2010) Hardware Sun-1 · Sun-2 · Sun-3 · Sun386i · Sun-4 · SPARCstation · Netra · Ultra · Enterprise · Sun Blade · Sun Fire · SPARC Enterprise · SPARC · JavaStation · Sun Ray · Sun Modular Datacenter · more...Software SunOS · Solaris · NIS (+) · NFS · ZFS · SunView · NeWS · OpenWindows · Java Desktop System · Sun Studio · Java · StarOffice · iPlanet/Sun ONE/Java Enterprise System · Sun Secure Global Desktop · MySQL · Sun xVM · GlassFish · more...Storage High-Performance Computing Research Education and Recognition Community CDDL · Java Community Process · NetBeans · OpenOffice.org · OpenSolaris · OpenSPARC · OpenJDK · OSUMCategories:- Java programming language
Wikimedia Foundation. 2010.