class DocGenerator extends Object
Generate documentation about the methods provided by the Groovy Development Kit that enhance the standard JDK classes.
| Type | Name and description | 
|---|---|
DocGenerator.DocSource  | 
                            docSource | 
                        
File  | 
                            outputDir | 
                        
List<File>  | 
                            sourceFiles | 
                        
| Constructor and description | 
|---|
                                DocGenerator(List<File> sourceFiles, File outputFolder) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            generateAll()Builds an HTML page from the structure of extension method classes.  | 
                        
 | 
                            static void | 
                            main(String[] args)Main entry point.  | 
                        
Builds an HTML page from the structure of extension method classes.
Main entry point.
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.