Uses of Class
com.github.chhorz.javadoc.OutputType
-
Packages that use OutputType Package Description com.github.chhorz.javadoc -
-
Uses of OutputType in com.github.chhorz.javadoc
Methods in com.github.chhorz.javadoc that return OutputType Modifier and Type Method Description static OutputType
OutputType. valueOf(java.lang.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.Methods in com.github.chhorz.javadoc with parameters of type OutputType Modifier and Type Method Description JavaDocParserBuilder
JavaDocParserBuilder. withOutputType(OutputType outputType)
Adds string replacements based on regular expressions to convert JavaDoc format into the given output format.
-