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

