test/tools/doclint/tidy/NestedTag.out

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/tidy/NestedTag.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,7 @@
     1.4 +NestedTag.java:13: warning: nested tag not allowed: <b>
     1.5 + * <b><b> text </b></b>
     1.6 +      ^
     1.7 +NestedTag.java:14: warning: nested tag not allowed: <code>
     1.8 + * {@link java.lang.String <code>String</code>}
     1.9 +                           ^
    1.10 +2 warnings

mercurial