net.cscott.gjdoc
public interface ParamTag extends Tag
ParamTag
class represents a @param documentation tag.Version: $Id: ParamTag.java,v 1.4 2003/03/23 02:47:20 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
.