Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat Javadoc to add line wraps #263

Closed
ash211 opened this issue Nov 3, 2022 · 0 comments · Fixed by #364
Closed

Reformat Javadoc to add line wraps #263

ash211 opened this issue Nov 3, 2022 · 0 comments · Fixed by #364

Comments

@ash211
Copy link

ash211 commented Nov 3, 2022

I have an internal code generator that adds very long Javadoc using javapoet's MethodSpec.addJavadoc(). Unfortunately the generated output doesn't add line wraps, so the Javadoc is all on one very long line. I'd like this to be wrapped for improved readability, but there is no option for that library to set on goethe to reformat Javadoc as well as Java code.

Blocked on palantir/palantir-java-format#724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant