Java Reference
In-Depth Information
Using the Javadoc Utility
The Java SDK contains a utility called Javadoc , which is used to create Java program documentation as
HTML files, such as those shown in Figure E-1a and Figure E-1b. The Javadoc tool parses the special
documentation comments and declarations inserted in Java source code to produce a set of HTML
files that describe a package, class, interface, constructor, method, field, or any combination of those
objects.
(a)
(b)
FIGURE E-1
Search WWH ::




Custom Search