 |
Home | Changes | Index | Search | Go
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
|