11 12 / 2007

"The GroovyDoc documentation tool As a Java developer, you are used to documenting your code through JavaDoc tags in the comments of your classes, interfaces, fields, or methods. In Groovy, you can also use such tags in your comments, and have them being used by a tool called GroovyDoc to generate the equivalent JavaDoc documentation for all your Groovy classes. There’s an Ant task you can define then use to generate the documentation as follows: "