Class JavadocToAsciidocTransformer
java.lang.Object
io.quarkus.annotation.processor.documentation.config.formatter.JavadocToAsciidocTransformer
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoAsciidoc(String javadoc, JavadocFormat format) static StringtoAsciidoc(String javadoc, JavadocFormat format, boolean inlineMacroMode) (package private) static Stringtrim(StringBuilder sb) Trim the content of the givenStringBuilderholding also AsciiDoc had line break" +\n"for whitespace in addition to characters invalid input: '<'=' '.
-
Method Details
-
toAsciidoc
-
toAsciidoc
-
trim
Trim the content of the givenStringBuilderholding also AsciiDoc had line break" +\n"for whitespace in addition to characters invalid input: '<'=' '.- Parameters:
sb- theStringBuilderto trim- Returns:
- the trimmed content of the given
StringBuilder
-