test/tools/doclint/html/OtherTagsTest.java

changeset 1507
967052c425a1
child 1976
b77381d99056
equal deleted inserted replaced
1506:4a3cfc970c6f 1507:967052c425a1
1 /*
2 * @test /nodynamiccopyright/
3 * @bug 8006251
4 * @summary test other tags
5 * @library ..
6 * @build DocLintTester
7 * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
8 */
9
10 /** */
11 public class OtherTagsTest {
12 /**
13 * <body> <p> abc </body>
14 * <frame>
15 * <frameset> </frameset>
16 * <head> </head>
17 * <link>
18 * <meta>
19 * <noframes> </noframes>
20 * <script> </script>
21 * <title> </title>
22 */
23 public void knownInvalidTags() { }
24 }

mercurial