I have a project in Eclipse Galileo, there is the Main class, plus other classes and interfaces. But if I generate javadoc, if I click in “all classes Frame” there is only the Main class Javadoc. How do I generate javadoc of the other classes?
Share
I had this same problem too until I changed my Javadoc dialog settings. Specifically, in the first dialog window after selecting “Project”->”Generate Javadoc…”, make sure there is a check mark next to your project name, not a blue square that indicates that only some of the classes are included. If there is a blue square, click on it until it becomes a check mark.