Hi,
That's certainly a very basic question but I don't know how to add
javadoc comments relative to a package? (I'm under Eclipse).
Thanks.
-o--
Roedy Green - 29 Sep 2005 09:55 GMT
>That's certainly a very basic question but I don't know how to add
>javadoc comments relative to a package? (I'm under Eclipse).
What I do is create a dummy class called Overview.
It lists all the classes in the package and what they do and contains
the package docs.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Andrew Thompson - 29 Sep 2005 10:09 GMT
> That's certainly a very basic question but I don't know how to add
> javadoc comments relative to a package?
<http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment>
>..(I'm under Eclipse).
That must be a considerable weight to bear. ;-)