Using javadoc on one file containing multiple classes
843810Apr 30 2004 — edited May 1 2004Can I use javadoc in this way so that it documents each class in the .java file?
Or do I have to take each class out of the single .java file and put them each into a separate .java file and then run javadoc on each of them separately?