Details
Description
GroovyDoc should publish info on @Documented annotations.
java.lang.annotations.Documented is used to signal the Javadoc app to write out information about the annotated class into the Javadoc. Groovydoc should do the same.
All of our AST Transformations are already marked @Documented