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

Scalameta 4.8.11 update broke javadoc-like links in scaladocs #3392

Closed
lrytz opened this issue Nov 16, 2023 · 1 comment · Fixed by #3393
Closed

Scalameta 4.8.11 update broke javadoc-like links in scaladocs #3392

lrytz opened this issue Nov 16, 2023 · 1 comment · Fixed by #3393

Comments

@lrytz
Copy link

lrytz commented Nov 16, 2023

Test case: https://github.com/scalameta/scalafmt/compare/master...lrytz:scalafmt:java-tag-bug?expand=1

In

/**
 * Text {@foo bar baz} bam.
 */

{@foo bar baz} is reformatted to {@@foobar baz}. This regressed in scalameta/scalafmt@503255c, quite certainly due to #3342.

It's not uncommon in a mixed codebase to come across {@link target} in scaladoc comments.

@kitbellew kitbellew transferred this issue from scalameta/scalafmt Nov 16, 2023
@lrytz
Copy link
Author

lrytz commented Nov 16, 2023

Record time...! Or maybe not for you, I don't know :-) Thank you @kitbellew.

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