Parameter and Return obejcts as links?
when I generate my javadocs im having a problem in that the return and parameter Objects are not links. It will list the name of the class but its plain text only.This is an example what im talking about
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Observer.html
The 2 parameters for the update function are links to the docs for those classes. When I generate I don't have the links, just plain text saying that class name. This is for all classes, including standard classes (Strings, Integer, etc..) as well as custom classes that are created in my project. The only command line argument im using is "-noqualifier all" to omit the full package path.
does anyone have any ideas on why its doing this?

