28e1f4d9ee
8257204: Remove usage of -Xhtmlversion option from javac 8256313: JavaCompilation.gmk needs to be updated not to use --doclint-format html5 option 8258460: Remove --doclint-format option from javac 8256312: Valid anchor 'id' value not allowed Reviewed-by: jjg, ihse
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
BadEnd.java:15: warning: nested tag not allowed: <code>
|
|
* <code> text <code>
|
|
^
|
|
BadEnd.java:15: warning: empty <code> tag
|
|
* <code> text <code>
|
|
^
|
|
BadEnd.java:15: error: element not closed: code
|
|
* <code> text <code>
|
|
^
|
|
BadEnd.java:15: error: element not closed: code
|
|
* <code> text <code>
|
|
^
|
|
BadEnd.java:14: error: element not closed: a
|
|
* <a id="here"> text <a>
|
|
^
|
|
BadEnd.java:14: error: element not closed: a
|
|
* <a id="here"> text <a>
|
|
^
|
|
4 errors
|
|
2 warnings
|