langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTag.java
changeset 38617 d93a7f64e231
parent 33920 bd731341c405
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    35  *  This code and its internal interfaces are subject to change or
    35  *  This code and its internal interfaces are subject to change or
    36  *  deletion without notice.</b>
    36  *  deletion without notice.</b>
    37  *
    37  *
    38  * @author Bhavesh Patel
    38  * @author Bhavesh Patel
    39  */
    39  */
       
    40 @Deprecated
    40 public enum HtmlTag {
    41 public enum HtmlTag {
    41     A(BlockType.INLINE, EndTag.END),
    42     A(BlockType.INLINE, EndTag.END),
    42     BLOCKQUOTE,
    43     BLOCKQUOTE,
    43     BODY(BlockType.OTHER, EndTag.END),
    44     BODY(BlockType.OTHER, EndTag.END),
    44     BR(BlockType.INLINE, EndTag.NOEND),
    45     BR(BlockType.INLINE, EndTag.NOEND),