| Package | Description |
|---|---|
| com.github.javaparser.javadoc.description |
| Modifier and Type | Class and Description |
|---|---|
class |
JavadocInlineTag
An inline tag contained in a Javadoc description.
|
class |
JavadocSnippet
A piece of text inside a Javadoc description.
|
| Modifier and Type | Method and Description |
|---|---|
static JavadocDescriptionElement |
JavadocInlineTag.fromText(String text) |
| Modifier and Type | Method and Description |
|---|---|
List<JavadocDescriptionElement> |
JavadocDescription.getElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavadocDescription.addElement(JavadocDescriptionElement element) |
| Constructor and Description |
|---|
JavadocDescription(List<JavadocDescriptionElement> elements) |
Copyright © 2007–2019. All rights reserved.