Class JavadocFormatter
java.lang.Object
com.palantir.javaformat.java.javadoc.JavadocFormatter
Entry point for formatting Javadoc.
This stateless class reads tokens from the stateful lexer and translates them to "requests" and "writes" to the stateful writer. It also munges tokens into "standardized" forms. Finally, it performs postprocessing to convert the written Javadoc to a one-liner if possible or to leave a single blank line if it's empty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatJavadoc(String input, int blockIndent) Formats the given Javadoc comment, which must start with ∕✱✱ and end with ✱∕.
-
Constructor Details
-
JavadocFormatter
public JavadocFormatter(int maxLineLength)
-
-
Method Details
-
formatJavadoc
Formats the given Javadoc comment, which must start with ∕✱✱ and end with ✱∕. The output will start and end with the same characters.
-