langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/InheritDocTaglet.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    42  *
    42  *
    43  * @author Jamie Ho
    43  * @author Jamie Ho
    44  * @since 1.4
    44  * @since 1.4
    45  */
    45  */
    46 
    46 
       
    47 @Deprecated
    47 public class InheritDocTaglet extends BaseInlineTaglet {
    48 public class InheritDocTaglet extends BaseInlineTaglet {
    48 
    49 
    49     /**
    50     /**
    50      * The inline tag that would appear in the documentation if
    51      * The inline tag that would appear in the documentation if
    51      * the writer wanted documentation to be inherited.
    52      * the writer wanted documentation to be inherited.