test/tools/doclint/html/OtherTagsTest.out

Mon, 21 Jan 2013 10:07:37 -0800

author
jjg
date
Mon, 21 Jan 2013 10:07:37 -0800
changeset 1507
967052c425a1
child 1976
b77381d99056
permissions
-rw-r--r--

8006251: doclint: incorrect position for diagnostic for illegal text in tags
Reviewed-by: mcimadamore

jjg@1507 1 OtherTagsTest.java:13: error: element not allowed in documentation comments: <body>
jjg@1507 2 * <body> <p> abc </body>
jjg@1507 3 ^
jjg@1507 4 OtherTagsTest.java:14: error: element not allowed in documentation comments: <frame>
jjg@1507 5 * <frame>
jjg@1507 6 ^
jjg@1507 7 OtherTagsTest.java:15: error: element not allowed in documentation comments: <frameset>
jjg@1507 8 * <frameset> </frameset>
jjg@1507 9 ^
jjg@1507 10 OtherTagsTest.java:16: error: element not allowed in documentation comments: <head>
jjg@1507 11 * <head> </head>
jjg@1507 12 ^
jjg@1507 13 OtherTagsTest.java:17: error: element not allowed in documentation comments: <link>
jjg@1507 14 * <link>
jjg@1507 15 ^
jjg@1507 16 OtherTagsTest.java:18: error: element not allowed in documentation comments: <meta>
jjg@1507 17 * <meta>
jjg@1507 18 ^
jjg@1507 19 OtherTagsTest.java:19: error: element not allowed in documentation comments: <noframes>
jjg@1507 20 * <noframes> </noframes>
jjg@1507 21 ^
jjg@1507 22 OtherTagsTest.java:20: error: element not allowed in documentation comments: <script>
jjg@1507 23 * <script> </script>
jjg@1507 24 ^
jjg@1507 25 OtherTagsTest.java:21: error: element not allowed in documentation comments: <title>
jjg@1507 26 * <title> </title>
jjg@1507 27 ^
jjg@1507 28 9 errors

mercurial