/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @library .. * @build DocLintTester * @run main DocLintTester -ref TagNotAllowed.out TagNotAllowed.java */ /** *
abc
term
def
description
ghi
*
    abc
  1. item
  2. def
  3. item
  4. ghi
* * * abc
* abc
* abc
* abc
* abc
* *
 *   image
 *   

para

* text * text * text * text *
*/ public class TagNotAllowed { }