public interface GroovyDocParserI
Parses a single source unit into Groovydoc class documentation objects.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Map<String, GroovyClassDoc> |
getClassDocsFromSingleSource(String packagePath, String file, String src)Parses one source unit and returns the classes discovered in it. |
Parses one source unit and returns the classes discovered in it.
packagePath - the package path associated with the sourcefile - the source file namesrc - the source text to parse