langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SeeTagImpl.java
changeset 38617 d93a7f64e231
parent 37938 42baa89d2156
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    48  * @author Kaiyang Liu (original)
    48  * @author Kaiyang Liu (original)
    49  * @author Robert Field (rewrite)
    49  * @author Robert Field (rewrite)
    50  * @author Atul M Dambalkar
    50  * @author Atul M Dambalkar
    51  *
    51  *
    52  */
    52  */
       
    53 @Deprecated
    53 class SeeTagImpl extends TagImpl implements SeeTag, LayoutCharacters {
    54 class SeeTagImpl extends TagImpl implements SeeTag, LayoutCharacters {
    54 
    55 
    55     //### TODO: Searching for classes, fields, and methods
    56     //### TODO: Searching for classes, fields, and methods
    56     //### should follow the normal rules applied by the compiler.
    57     //### should follow the normal rules applied by the compiler.
    57 
    58