mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8157763: update links to technotes in javadoc API
Reviewed-by: ksrini
This commit is contained in:
parent
87fe8f2200
commit
2114b9fa01
@ -29,6 +29,6 @@
|
||||
*
|
||||
* @author Jonathan Gibbons
|
||||
* @since 1.8
|
||||
* @see <a href="http://download.oracle.com/javase/6/docs/technotes/tools/solaris/javadoc.html#javadoctags">http://download.oracle.com/javase/6/docs/technotes/tools/solaris/javadoc.html#javadoctags</a>
|
||||
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDJGIJB">http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDJGIJB</a>
|
||||
*/
|
||||
package com.sun.source.doctree;
|
||||
|
||||
@ -1012,7 +1012,7 @@ public class DocCommentParser {
|
||||
}
|
||||
|
||||
/**
|
||||
* @see <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#javadoctags">Javadoc Tags</a>
|
||||
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDJGIJB">Javadoc Tags</a>
|
||||
*/
|
||||
private void initTagParsers() {
|
||||
TagParser[] parsers = {
|
||||
|
||||
@ -53,14 +53,14 @@ import com.sun.javadoc.*;
|
||||
* <p>
|
||||
* Here are two sample taglets: <br>
|
||||
* <ul>
|
||||
* <li><a href="{@docRoot}/../../../../technotes/guides/javadoc/taglet/ToDoTaglet.java">ToDoTaglet.java</a>
|
||||
* <li><a href="http://docs.oracle.com/javase/8/docs/technotes/guides/javadoc/taglet/ToDoTaglet.java">ToDoTaglet.java</a>
|
||||
* - Standalone taglet</li>
|
||||
* <li><a href="{@docRoot}/../../../../technotes/guides/javadoc/taglet/UnderlineTaglet.java">UnderlineTaglet.java</a>
|
||||
* <li><a href="http://docs.oracle.com/javase/8/docs/technotes/guides/javadoc/taglet/UnderlineTaglet.java">UnderlineTaglet.java</a>
|
||||
* - Inline taglet</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* For more information on how to create your own Taglets, please see the
|
||||
* <a href="{@docRoot}/../../../../technotes/guides/javadoc/taglet/overview.html">Taglet Overview</a>.
|
||||
* <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/javadoc/taglet/overview.html">Taglet Overview</a>.
|
||||
*
|
||||
* @since 1.4
|
||||
* @author Jamie Ho
|
||||
|
||||
@ -788,7 +788,7 @@ public class JavaScriptScanner {
|
||||
}
|
||||
|
||||
/**
|
||||
* @see <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#javadoctags">Javadoc Tags</a>
|
||||
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDJGIJB">Javadoc Tags</a>
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
private void initTagParsers() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user