8321935: Define the term 'standard doclet'

Reviewed-by: hannesw
This commit is contained in:
Jonathan Gibbons 2024-09-16 18:08:09 +00:00
parent 65b9abaa29
commit 89759c8b02

View File

@ -36,7 +36,10 @@ import jdk.javadoc.internal.doclets.formats.html.HtmlDoclet;
/**
* This doclet generates HTML-formatted documentation for the specified modules,
* packages and types.
* packages and types. It is the doclet that is used by the
* <a href="{@docRoot}/../specs/man/javadoc.html"><em>javadoc</em></a> tool
* and the {@linkplain javax.tools.ToolProvider#getSystemDocumentationTool
* system documentation tool} when no other doclet is specified to be used.
*
* <h2><a id="user-defined-taglets">User-Defined Taglets</a></h2>
*