
The full documentation for
using Javadoc can be found
at http://java.sun.com.
REFERENCE POINT
438 CHAPTER 7 Object-Oriented Programming,Part 2: User-Defined Classes
7.16 Generating Web-Style Documentation with Javadoc
In most corporations and organizations, programmers share code and fre-
quently use classes developed by another programmer. If the class is well
designed and well documented, it will be easy for others to use that class.After
all, that is essentially what we have been doing by using existing Java classes. It
has been easy to understand what functions these existing classes perform,
what they encapsulate, how the constructors work, what ...