test/tools/doclint/html/OtherTagsTest.out

changeset 1507
967052c425a1
child 1976
b77381d99056
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/html/OtherTagsTest.out	Mon Jan 21 10:07:37 2013 -0800
     1.3 @@ -0,0 +1,28 @@
     1.4 +OtherTagsTest.java:13: error: element not allowed in documentation comments: <body>
     1.5 +     *  <body> <p> abc </body>
     1.6 +        ^
     1.7 +OtherTagsTest.java:14: error: element not allowed in documentation comments: <frame>
     1.8 +     *  <frame>
     1.9 +        ^
    1.10 +OtherTagsTest.java:15: error: element not allowed in documentation comments: <frameset>
    1.11 +     *  <frameset> </frameset>
    1.12 +        ^
    1.13 +OtherTagsTest.java:16: error: element not allowed in documentation comments: <head>
    1.14 +     *  <head> </head>
    1.15 +        ^
    1.16 +OtherTagsTest.java:17: error: element not allowed in documentation comments: <link>
    1.17 +     *  <link>
    1.18 +        ^
    1.19 +OtherTagsTest.java:18: error: element not allowed in documentation comments: <meta>
    1.20 +     *  <meta>
    1.21 +        ^
    1.22 +OtherTagsTest.java:19: error: element not allowed in documentation comments: <noframes>
    1.23 +     *  <noframes> </noframes>
    1.24 +        ^
    1.25 +OtherTagsTest.java:20: error: element not allowed in documentation comments: <script>
    1.26 +     *  <script> </script>
    1.27 +        ^
    1.28 +OtherTagsTest.java:21: error: element not allowed in documentation comments: <title>
    1.29 +     *  <title> </title>
    1.30 +        ^
    1.31 +9 errors

mercurial