test/tools/doclint/tidy/NestedTag.out

Thu, 20 Dec 2012 17:59:46 +0000

author
jjg
date
Thu, 20 Dec 2012 17:59:46 +0000
changeset 1465
a22f23fb7abf
parent 1455
75ab654b5cd5
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8005307: fix missing @bug tags
Reviewed-by: jjh

     1 NestedTag.java:13: warning: nested tag not allowed: <b>
     2  * <b><b> text </b></b>
     3       ^
     4 NestedTag.java:14: warning: nested tag not allowed: <code>
     5  * {@link java.lang.String <code>String</code>}
     6                            ^
     7 2 warnings

mercurial