langtools/test/tools/doclint/tidy/NestedTag.out
author jjg
Thu, 20 Dec 2012 17:59:46 +0000
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 30730 d3ce7619db2c
permissions -rw-r--r--
8005307: fix missing @bug tags Reviewed-by: jjh

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