javadoc needs an option that will take and make a link from the method name
to the Source file where that method is defined. With this a VERY NICE source
brouser could be available through the standard documentation program
(javadoc).
Example:
...
Where the only difference is the
'<a href="src.java.awt.Label.html#getAlignment()">SRC</a>'
and the creation of the src.java.awt.Label.html file with the appropriate <a name=> tags.
to the Source file where that method is defined. With this a VERY NICE source
brouser could be available through the standard documentation program
(javadoc).
Example:
...
Where the only difference is the
'<a href="src.java.awt.Label.html#getAlignment()">SRC</a>'
and the creation of the src.java.awt.Label.html file with the appropriate <a name=> tags.
- duplicates
-
JDK-4171951 "-source" option to include link to source code.
-
- Closed
-
-
JDK-4172027 Linking from javadoc to source code
-
- Closed
-
-
JDK-4276611 Add link from doc to actual source code for class being described
-
- Closed
-
-
JDK-4113492 Allow access to the raw source code through the Doc interface
-
- Closed
-