langtools/test/tools/doclint/tidy/NestedTag.java
author jjg
Mon, 17 Dec 2012 07:47:05 -0800
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
permissions -rw-r--r--
8004832: Add new doclint package Reviewed-by: mcimadamore

/*
 * @test /nodynamiccopyright/
 * @library ..
 * @build DocLintTester
 * @run main DocLintTester -ref NestedTag.out NestedTag.java
 */

// tidy: Warning: nested emphasis <.*>

/**
 * <b><b> text </b></b>
 * {@link java.lang.String <code>String</code>}
 */
public class NestedTag { }