test/tools/doclint/html/OtherTagsTest.java

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
permissions
-rw-r--r--

Added tag jdk8u40-b01 for changeset bf89a471779d

jjg@1507 1 /*
jjg@1507 2 * @test /nodynamiccopyright/
jjg@1976 3 * @bug 8006251 8022173
jjg@1507 4 * @summary test other tags
jjg@1507 5 * @library ..
jjg@1507 6 * @build DocLintTester
jjg@1507 7 * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
jjg@1507 8 */
jjg@1507 9
jjg@1507 10 /** */
jjg@1507 11 public class OtherTagsTest {
jjg@1507 12 /**
jjg@1507 13 * <body> <p> abc </body>
jjg@1507 14 * <frame>
jjg@1507 15 * <frameset> </frameset>
jjg@1507 16 * <head> </head>
jjg@1976 17 * <hr width="50%">
jjg@1507 18 * <link>
jjg@1507 19 * <meta>
jjg@1507 20 * <noframes> </noframes>
jjg@1507 21 * <script> </script>
jjg@1507 22 * <title> </title>
jjg@1507 23 */
jjg@1507 24 public void knownInvalidTags() { }
jjg@1507 25 }

mercurial