Uses of Enum
com.github.chhorz.javadoc.OutputType
Packages that use OutputType
-
Uses of OutputType in com.github.chhorz.javadoc
Methods in com.github.chhorz.javadoc that return OutputTypeModifier and TypeMethodDescriptionstatic OutputType
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 OutputTypeModifier and TypeMethodDescriptionJavaDocParserBuilder.withOutputType
(OutputType outputType) Adds string replacements based on regular expressions to convert JavaDoc format into the given output format.