mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8203500: Fix broken links to Specification in "specs" directory
Reviewed-by: jjg, lancea, mchung
This commit is contained in:
parent
9e8d9fe1ee
commit
03096d9b75
5 changed files with 8 additions and 8 deletions
|
@ -30,9 +30,9 @@
|
||||||
* <dl>
|
* <dl>
|
||||||
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Optional for the Java SE Platform:</dt>
|
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Optional for the Java SE Platform:</dt>
|
||||||
* <dd>
|
* <dd>
|
||||||
* <a href="../specs/jni/index.html">Java Native Interface (JNI)</a><br>
|
* <a href="{@docRoot}/../specs/jni/index.html">Java Native Interface (JNI)</a><br>
|
||||||
* <a href="../specs/jvmti.html">Java Virtual Machine Tool Interface (JVM TI)</a><br>
|
* <a href="{@docRoot}/../specs/jvmti.html">Java Virtual Machine Tool Interface (JVM TI)</a><br>
|
||||||
* <a href="../specs/jdwp/jdwp-spec.html">Java Debug Wire Protocol (JDWP)</a><br>
|
* <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">Java Debug Wire Protocol (JDWP)</a><br>
|
||||||
* </dd>
|
* </dd>
|
||||||
* </dl>
|
* </dl>
|
||||||
*
|
*
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* @author Jonathan Gibbons
|
* @author Jonathan Gibbons
|
||||||
* @since 1.8
|
* @since 1.8
|
||||||
*
|
*
|
||||||
* @see <a href="{@docRootParent}/specs/doc-comment-spec.html">
|
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
|
||||||
* Documentation Comment Specification for the Standard Doclet</a>
|
* Documentation Comment Specification for the Standard Doclet</a>
|
||||||
*/
|
*/
|
||||||
package com.sun.source.doctree;
|
package com.sun.source.doctree;
|
||||||
|
|
|
@ -36,7 +36,7 @@ import jdk.javadoc.internal.doclets.formats.html.HtmlDoclet;
|
||||||
* This doclet generates HTML-formatted documentation for the specified modules,
|
* This doclet generates HTML-formatted documentation for the specified modules,
|
||||||
* packages and types.
|
* packages and types.
|
||||||
*
|
*
|
||||||
* @see <a href="{@docRootParent}/specs/doc-comment-spec.html">
|
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
|
||||||
* Documentation Comment Specification for the Standard Doclet</a>
|
* Documentation Comment Specification for the Standard Doclet</a>
|
||||||
*/
|
*/
|
||||||
public class StandardDoclet implements Doclet {
|
public class StandardDoclet implements Doclet {
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
* @provides javax.tools.DocumentationTool
|
* @provides javax.tools.DocumentationTool
|
||||||
* @provides javax.tools.Tool
|
* @provides javax.tools.Tool
|
||||||
*
|
*
|
||||||
* @see <a href="{@docRootParent}/specs/doc-comment-spec.html">
|
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
|
||||||
* Documentation Comment Specification for the Standard Doclet</a>
|
* Documentation Comment Specification for the Standard Doclet</a>
|
||||||
*
|
*
|
||||||
* @moduleGraph
|
* @moduleGraph
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
*
|
*
|
||||||
* @moduleGraph
|
* @moduleGraph
|
||||||
* @since 9
|
* @since 9
|
||||||
* @see <a href="../specs/jdwp/jdwp-spec.html">JDWP Specification</a>
|
* @see <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">JDWP Specification</a>
|
||||||
* @see <a href="../specs/jdwp/jdwp-transport.html">JDWP Transport Specification</a>
|
* @see <a href="{@docRoot}/../specs/jdwp/jdwp-transport.html">JDWP Transport Specification</a>
|
||||||
*/
|
*/
|
||||||
module jdk.jdwp.agent {
|
module jdk.jdwp.agent {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue