The javadoc tool will interpret an '@' character as a javadoc tag if it is the first non-whitespace character on a line. The following two files need to be fixed.
modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html
modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html
- relates to
-
JDK-8194953 doclet corrupts HTML files when adding navbar
- Resolved