Package org.codehaus.groovy.groovydoc
Interface GroovyDocErrorReporter
- 
- All Known Subinterfaces:
 GroovyRootDoc
- All Known Implementing Classes:
 SimpleGroovyRootDoc
public interface GroovyDocErrorReporter 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprintError(String arg0)voidprintNotice(String arg0)voidprintWarning(String arg0) 
 -