Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
From JDK9, Javadoc has options to specify the HTML version.
$ javadoc --help ... -html4 Generate HTML 4.01 output -html5 Generate HTML 5 output
JDK8 supports only HTML 4.01 output. The default html version of JDK9 and JDK10 is 4.01. That of JDK11 is 5. Let's unify the version to 4.01 for now.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-16928 [JDK13] Support HTML5 Javadoc
- Resolved