public class GroovydocManager extends Object
A utilities for managing groovydoc, e.g. 1) extracting groovydoc from groovy AST; 2) TODO extracting tags from groovydoc; 3) attach groovydoc to AST node as metadata
| Modifiers | Name | Description | 
|---|---|---|
static String  | 
                            DOC_COMMENT | 
                            
| Constructor and description | 
|---|
                                GroovydocManager
                                (boolean groovydocEnabled, boolean runtimeGroovydocEnabled) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public void | 
                            handle(ASTNode node, GroovyParserRuleContext ctx)Attach doc comment to member node as meta data  | 
                        
Attach doc comment to member node as meta data
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.