Modifier and Type | Method and Description |
---|---|
static ElementJavadoc |
ElementJavadoc.create(CompilationInfo compilationInfo,
Element element)
Creates an object describing the Javadoc of given element.
|
static ElementJavadoc |
ElementJavadoc.create(CompilationInfo compilationInfo,
Element element,
Callable<Boolean> cancel)
Creates an object describing the Javadoc of given element.
|
ElementJavadoc |
ElementJavadoc.resolveLink(String link)
Resolves a link contained in the Javadoc comment to an object
describing the linked javadoc
|