-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: tools
In Doclet.Option.Kind:
"implementation reserved" [sic] as a compound adjective should be hyphenated:
/**
* The kind of an option.
*/
enum Kind {
/** an extended option, such as those prefixed with -X */
EXTENDED,
/** a standard option */
STANDARD,
/** an implementation reserved option */
OTHER;
}
Javadoc comments should also start with capitals.
"implementation reserved" [sic] as a compound adjective should be hyphenated:
/**
* The kind of an option.
*/
enum Kind {
/** an extended option, such as those prefixed with -X */
EXTENDED,
/** a standard option */
STANDARD,
/** an implementation reserved option */
OTHER;
}
Javadoc comments should also start with capitals.
- relates to
-
JDK-8236293 Refine the jdk.javadoc.doclet specification
-
- Open
-
-
JDK-8237492 Reorganize impl of doclet options
-
- Resolved
-