8178982: Javadoc search specification
Reviewed-by: jjg, erikj
This commit is contained in:
parent
f855474b0d
commit
1761b47cd5
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user