Class SimpleGroovyTag
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
- All Implemented Interfaces:
GroovyTag
Stores info about GroovyDoc tags.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleGroovyTag(String name, String param, String text) Creates a stored tag representation. -
Method Summary
-
Constructor Details
-
SimpleGroovyTag
Creates a stored tag representation.- Parameters:
name- the tag nameparam- the optional tag parametertext- the tag body text
-
-
Method Details