test/tools/doclint/html/OtherTagsTest.java

Mon, 31 Aug 2015 13:37:01 -0700

author
asaha
date
Mon, 31 Aug 2015 13:37:01 -0700
changeset 2971
153d0309e698
parent 1976
b77381d99056
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u65-b12 for changeset 54e958a3719e

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

mercurial