The Java documentation creator will work fine no matter how many or how few comments you use. Deciding what elements of the program need to be documented is up to you. You probably should describe the class and all methods, variables, and objects that aren't hidden from other classes.
The javadoc tool will display a warning each time a serializable object or variable is defined in a program without a corresponding Java documentation comment. |