net.cscott.sinjdoc
public interface ParamTag extends Tag
ParamTag class represents a @param documentation tag.
Version: $Id: ParamTag.java,v 1.5 2003/05/08 03:54:25 cananian Exp $
See Also: com.sun.javadoc.ParamTag
| Method Summary | |
|---|---|
| List<Tag> | parameterComment() Return the parameter comment associated with this
ParamTag. |
| String | parameterName() Return the name of the parameter associated with this
ParamTag. |
ParamTag.ParamTag.