The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

InheritedJavaDoc

Problem and Solution of how-to inherit javadoc

Problem

Links to inherited (mostly) core javadoc are not converted to links but appear as plain text.

Solution

Basically, if the javadoc loads both .class and .java files of any particular classes, the version with the newest date takes precedence - which is the right thing to do for a compiler but not for a doc tool. The way around is to make sure the .java file timestamps are newer than the .class file timestamps

Links

Topic InheritedJavaDoc . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 12 Dec 2006 - 11:06:36 - Main.kleopatra
Parents: WebHome > SwingLabs