langtools/test/tools/doclint/html/OtherTagsTest.out
changeset 30730 d3ce7619db2c
parent 19658 2f5e90525d0b
child 43261 d377e97291d8
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 OtherTagsTest.java:13: error: element not allowed in documentation comments: <body>
     1 OtherTagsTest.java:14: error: element not allowed in documentation comments: <body>
     2      *  <body> <p> abc </body>
     2      *  <body> <p> abc </body>
     3         ^
     3         ^
     4 OtherTagsTest.java:14: error: element not allowed in documentation comments: <frame>
     4 OtherTagsTest.java:15: error: element not allowed in documentation comments: <frame>
     5      *  <frame>
     5      *  <frame>
     6         ^
     6         ^
     7 OtherTagsTest.java:15: error: element not allowed in documentation comments: <frameset>
     7 OtherTagsTest.java:16: error: element not allowed in documentation comments: <frameset>
     8      *  <frameset> </frameset>
     8      *  <frameset> </frameset>
     9         ^
     9         ^
    10 OtherTagsTest.java:16: error: element not allowed in documentation comments: <head>
    10 OtherTagsTest.java:17: error: element not allowed in documentation comments: <head>
    11      *  <head> </head>
    11      *  <head> </head>
    12         ^
    12         ^
    13 OtherTagsTest.java:18: error: element not allowed in documentation comments: <link>
    13 OtherTagsTest.java:19: error: element not allowed in documentation comments: <link>
    14      *  <link>
    14      *  <link>
    15         ^
    15         ^
    16 OtherTagsTest.java:19: error: element not allowed in documentation comments: <meta>
    16 OtherTagsTest.java:20: error: element not allowed in documentation comments: <meta>
    17      *  <meta>
    17      *  <meta>
    18         ^
    18         ^
    19 OtherTagsTest.java:20: error: element not allowed in documentation comments: <noframes>
    19 OtherTagsTest.java:21: error: element not allowed in documentation comments: <noframes>
    20      *  <noframes> </noframes>
    20      *  <noframes> </noframes>
    21         ^
    21         ^
    22 OtherTagsTest.java:21: error: element not allowed in documentation comments: <script>
    22 OtherTagsTest.java:22: error: element not allowed in documentation comments: <script>
    23      *  <script> </script>
    23      *  <script> </script>
    24         ^
    24         ^
    25 OtherTagsTest.java:22: error: element not allowed in documentation comments: <title>
    25 OtherTagsTest.java:23: error: element not allowed in documentation comments: <title>
    26      *  <title> </title>
    26      *  <title> </title>
    27         ^
    27         ^
    28 9 errors
    28 9 errors