| Package | Description |
|---|---|
| com.github.chhorz.javadoc |
| Modifier and Type | Method and Description |
|---|---|
static OutputType |
OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JavaDocParserBuilder |
JavaDocParserBuilder.withOutputType(OutputType outputType)
Adds string replacements based on regular expressions to convert JavaDoc format into the given output format.
|
Copyright © 2018–2022. All rights reserved.