class GDKDocTool
extends Object
Runs groovydoc programmatically against a tree of mock source files produced by MockSourceGenerator, writing the GDK documentation to the output dir. Uses GroovyDocTool directly rather than shelling out to Main so template overrides and link-arg wiring can be driven from Groovy code.
| Type | Name and description |
|---|---|
List<LinkArgument> |
linksExternal documentation links forwarded to GroovyDoc. |
File |
outputDirDirectory where generated documentation is written. |
String |
preLanguageLanguage hint used when rewriting generated <pre> blocks. |
File |
sourceDirDirectory containing the mock source files to document. |
String |
syntaxHighlighterSyntax highlighter identifier passed to the documentation templates. |
String |
themeTheme name passed to the documentation templates. |
String |
titleTitle used for generated documentation pages. |
| Constructor and description |
|---|
GDKDocTool() |
External documentation links forwarded to GroovyDoc.
Directory where generated documentation is written.
Language hint used when rewriting generated <pre> blocks.
Directory containing the mock source files to document.
Syntax highlighter identifier passed to the documentation templates.
Theme name passed to the documentation templates.
Title used for generated documentation pages.
Runs the documentation generator from the command line.
args - command-line argumentsGenerates Groovy JDK documentation for the configured source tree.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.