Uses of Enum
com.github.chhorz.javadoc.OutputType
Packages that use OutputType
-
Uses of OutputType in com.github.chhorz.javadoc
Subclasses with type arguments of type OutputType in com.github.chhorz.javadocModifier and TypeClassDescriptionenumSupported output types for the parsed JavaDoc content.Methods in com.github.chhorz.javadoc that return OutputTypeModifier and TypeMethodDescriptionstatic OutputTypeReturns 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.