2 questions around javadoc...

(1)

Somewhere I've seen HTML-Doku created by a tool like javadoc,

but additionally the Doku provided for every variable and method of the source code line numbers as links. So there was an opportunity to jump from Doku into code by such links. But I've forgotten what is the name of the tool. Does anybody know such a tool?

(2)

Is there any possibility under javadoc 1.3.x to create HTML-doku for particular *.java files whereby I'd like to provide my makeDoc.bat no file names but source root directory name along with '*' like ../prj/java/src/*.java?

Any idea would be great appreciated!

kind regards

[650 byte] By [edger2002a] at [2007-9-28 2:23:04]
# 1
I have seen source code with links, but cannot rememberwhere. I looked on our Javadoc FAQ list and doclet.com, but nothing obvious pops up.A google.com search finds "HTML-Doku", but I did notdig into them.-Doug KramerJavadoc team
dkramera at 2007-7-7 21:55:34 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...