Links instead of whole package path
Hello!
JavaDoc works very fine but there is one little thing that troubles me.
In the standard Java 5 API every class and it's packages are represented as links (e.g. java.io.File is displayed asFile). Regretfully I did not find a possibility how this works on my documents. Someone told me to use the link option when creating the documents with javadoc on commandline but it didn't work. Especially classes from the standard API should be displayed as link, such as File, String...
I would be very pleased if you could give me a good hint or better, give me an example who it works.
Thanks in advance,
Buliwyf

