jjg@1455: /* jjg@1455: * @test /nodynamiccopyright/ jjg@1465: * @bug 8004832 jjg@1465: * @summary Add new doclint package jjg@1455: * @library .. jjg@1455: * @build DocLintTester jjg@1455: * @run main DocLintTester -ref TextNotAllowed.out TextNotAllowed.java jjg@1455: */ jjg@1455: jjg@1455: /** jjg@1507: *
abc
term
def
description
ghi
jjg@1507: *
    abc
  1. item
  2. def
  3. item
  4. ghi
jjg@1507: * jjg@1507: * jjg@1455: * abc
jjg@1507: * abc
jjg@1455: * abc
jjg@1507: * abc
jjg@1455: * abc
jjg@1455: * jjg@1507: *
&
term
<
description
>
jjg@1507: *
    &
  1. item
  2. <
  3. item
  4. >
jjg@1507: * jjg@1455: * jjg@1507: * &
jjg@1507: * &
jjg@1507: * &
jjg@1507: * &
jjg@1507: * &
jjg@1507: * jjg@1455: */ jjg@1455: public class TextNotAllowed { }