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

Javadoc sections misaligned #1351

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Conversation

iloveeclipse
Copy link
Member

Regression from cbc03c2 / #941

The code moved from JavadocContentAccess2 to CoreJavadocAccessImpl changed dt/dd tags to ul/li tag pairs, and that broke javadoc alignment.

This commit restores original tag pairs used for javadoc formatting.

Fixes #1346

Regression from cbc03c2

The code moved from JavadocContentAccess2 to CoreJavadocAccessImpl
changed dt/dd tags to ul/li tag pairs, and that broke javadoc alignment.

This commit restores original tag pairs used for javadoc formatting.

Fixes eclipse-jdt#1346
@iloveeclipse
Copy link
Member Author

Before:
image

After:
image

Seen in jenkins builds for
eclipse-jdt#1351
@iloveeclipse iloveeclipse merged commit 026a99d into eclipse-jdt:master Apr 23, 2024
9 checks passed
@iloveeclipse iloveeclipse deleted the issue_1346 branch April 23, 2024 08:07
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 this pull request may close these issues.

Javadoc sections misaligned
1 participant