| Class | Description |
|---|---|
| GDKDocTool | Runs groovydoc programmatically against a tree of mock source files produced by MockSourceGenerator, writing the GDK documentation to the output dir. |
| MockSourceGenerator | Emits Java source files that stand in for the JDK types the Groovy Development
Kit enhances, so that groovydoc can process them as a normal source
tree. |
| PrimitiveNameRewriter | Post-process pass over groovydoc's HTML output that renames mock-class pages back to the historical Groovy-JDK URLs. |