Marcus Better wrote: > Matthias Klose wrote: >> Assuming that the doc is installed in /usr/share/doc/libfoo-java/api, >> a reference to a class Bar should point to ../../libbar-java/api. Not >> yet sure how to find the location for this reference > > I seem to remember that javadoc can be given a command line parameter giving > the location of the javadocs for a certain Java package?
You can use the "-link" option to do this. It works very well with Sun's Javadoc, but I have not tried it with gjdoc. I can't remember the details, but it's integrated with ant's javadoc target. Thanks for the reminder - I'll put this in for the BCEL and checkstyle packages. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]