test/tools/doclint/html/OtherTagsTest.out

Wed, 13 Aug 2014 14:50:00 -0700

author
katleman
date
Wed, 13 Aug 2014 14:50:00 -0700
changeset 2549
0b6cc4ea670f
parent 1976
b77381d99056
child 2525
2eb010b6cb22
child 3315
6f0746b6de9f
permissions
-rw-r--r--

Added tag jdk8u40-b01 for changeset bf89a471779d

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@1976 13 OtherTagsTest.java:18: error: element not allowed in documentation comments: <link>
jjg@1507 14 * <link>
jjg@1507 15 ^
jjg@1976 16 OtherTagsTest.java:19: error: element not allowed in documentation comments: <meta>
jjg@1507 17 * <meta>
jjg@1507 18 ^
jjg@1976 19 OtherTagsTest.java:20: error: element not allowed in documentation comments: <noframes>
jjg@1507 20 * <noframes> </noframes>
jjg@1507 21 ^
jjg@1976 22 OtherTagsTest.java:21: error: element not allowed in documentation comments: <script>
jjg@1507 23 * <script> </script>
jjg@1507 24 ^
jjg@1976 25 OtherTagsTest.java:22: error: element not allowed in documentation comments: <title>
jjg@1507 26 * <title> </title>
jjg@1507 27 ^
jjg@1507 28 9 errors

mercurial