public class JavaDocs extends Object
| Constructor and Description |
|---|
JavaDocs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findParameterJavaDoc(String javadoc,
String parameterName)
Lets search the javadoc for the text "@param parameterName text (@param|@return|@exception)" and extract the text for a parameter name
|
static String |
getJavaDoc(Elements elementUtils,
Element element) |
Copyright © 2011–2017 Red Hat. All rights reserved.