test/tools/doclint/tidy/MissingTag.out

Thu, 24 Oct 2013 11:22:50 -0700

author
bpatel
date
Thu, 24 Oct 2013 11:22:50 -0700
changeset 2169
667843bd2193
parent 1465
a22f23fb7abf
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Reviewed-by: jjg

jjg@1465 1 MissingTag.java:14: error: unexpected end tag: </p>
jjg@1455 2 * </p>
jjg@1455 3 ^
jjg@1465 4 MissingTag.java:15: error: end tag missing: </b>
jjg@1455 5 * <h1> <b> text </h1>
jjg@1455 6 ^
jjg@1455 7 2 errors

mercurial