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