8178982: Javadoc search specification

Reviewed-by: jjg, erikj
This commit is contained in:
Hannes Wallnöfer 2019-06-04 17:51:14 +02:00
parent f855474b0d
commit 1761b47cd5
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
* @author Jonathan Gibbons
* @since 1.8
*
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
* @see <a href="{@docRoot}/../specs/javadoc/doc-comment-spec.html">
* Documentation Comment Specification for the Standard Doclet</a>
*/
package com.sun.source.doctree;

View File

@ -36,7 +36,7 @@ import jdk.javadoc.internal.doclets.formats.html.HtmlDoclet;
* This doclet generates HTML-formatted documentation for the specified modules,
* packages and types.
*
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
* @see <a href="{@docRoot}/../specs/javadoc/doc-comment-spec.html">
* Documentation Comment Specification for the Standard Doclet</a>
*/
public class StandardDoclet implements Doclet {

View File

@ -48,7 +48,7 @@
* @provides javax.tools.DocumentationTool
* @provides javax.tools.Tool
*
* @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
* @see <a href="{@docRoot}/../specs/javadoc/doc-comment-spec.html">
* Documentation Comment Specification for the Standard Doclet</a>
*
* @moduleGraph