-
Task
-
Resolution: Fixed
-
P4
-
18
-
b29
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289236 | 20 | Jonathan Gibbons | P4 | Resolved | Fixed | b04 |
JDK-8291166 | 19.0.2 | Jonathan Gibbons | P4 | Resolved | Fixed | b01 |
JDK-8291073 | 19.0.1 | Jonathan Gibbons | P4 | Resolved | Fixed | b04 |
Providing anchors for each option on the javadoc man page can help when needing to reference an option from external documentation or content.
The javac page already does this: https://docs.oracle.com/en/java/javase/18/docs/specs/man/javac.html#option-class-path
Following its precedent and for consistency the anchors should follow the `option-[option-name]` format, e.g. option-breakiterator.
For non-URL compliant characters in an option, if applicable, should be replaced with a `-`.
The javac page already does this: https://docs.oracle.com/en/java/javase/18/docs/specs/man/javac.html#option-class-path
Following its precedent and for consistency the anchors should follow the `option-[option-name]` format, e.g. option-breakiterator.
For non-URL compliant characters in an option, if applicable, should be replaced with a `-`.
- backported by
-
JDK-8289236 Add an anchor to each option on javadoc man page
-
- Resolved
-
-
JDK-8291073 Add an anchor to each option on javadoc man page
-
- Resolved
-
-
JDK-8291166 Add an anchor to each option on javadoc man page
-
- Resolved
-