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