test/tools/doclint/html/OtherTagsTest.out

Thu, 31 Aug 2017 15:17:03 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:17:03 +0800
changeset 2525
2eb010b6cb22
parent 1976
b77381d99056
parent 0
959103a6100f
child 3446
e468915bad3a
permissions
-rw-r--r--

merge

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

mercurial