Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288575 | 20 | Alexey Semenyuk | P4 | Resolved | Fixed | b03 |
Providing anchors for each option on the jpackage 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-in-lower-case] format, e.g. option-type.
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-in-lower-case] format, e.g. option-type.
For non-URL compliant characters in an option, if applicable, should be replaced with a `-`.
- backported by
-
JDK-8288575 Add an anchor to each option on jpackage man page
-
- Resolved
-
- relates to
-
JDK-8332752 duplicate name in jpackage.html
-
- Resolved
-