Class SimpleGroovyTag
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
- All Implemented Interfaces:
GroovyTag
Stores info about GroovyDoc tags.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleGroovyTag
-
-
Method Details
-
name
Description copied from interface:GroovyTag
The tag name, e.g. "deprecated", "param", "see" or "author". -
param
Description copied from interface:GroovyTag
The optional parameter for tags like "throws" and "param". -
text
Description copied from interface:GroovyTag
The text associated with the tag.
-