JDK-8176538 : Fix errors in JavaFX API docs when using 'javadoc -html5'
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-10
  • Updated: 2019-02-20
  • Resolved: 2017-03-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Relates :  
Description
Now that the JavaFX API docs are doclint clean we need to make them HTML5 compliant. We currently get 96 errors when using the '-html5' option of javadoc. Most of these are errors in our use of html tables. A few are places where we use deprecated tags, such as <tt>, which should be replaced with {@code}.

This should ideally be done before the JDK starts building HTML5 docs. See JDK-8175036.
Comments
Changeset: 5285d1a87197 Author: kcr Date: 2017-03-14 07:19 -0700 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/5285d1a87197 8176538: Fix errors in JavaFX API docs when using 'javadoc -html5' Reviewed-by: jgiles, ckyang
14-03-2017

+1. Looks good to me.
13-03-2017

+1
13-03-2017

Webrev for review: http://cr.openjdk.java.net/~kcr/8176538/webrev.00/
13-03-2017

FWIW, if you are exploring doclint at javac time, the corresponding javac option is --doclint-format {html4,html5} Specify the format for documentation comments
11-03-2017

See the attached file for the complete list of errors.
10-03-2017