-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix overflow of long underscore separated names in HTML #3240
Conversation
eb4c09a
to
afdc289
Compare
Hi @IgnatBeresnev, could you please review my PR if you have time? |
@seelchen hi! thank you for the contribution, and sorry for the delay with review. The two PRs you've submitted cover a pretty wide area of Dokka, so we need some extra time to make sure it's aligned with Dokka's design requirements, and that it doesn't break any corner cases |
afdc289
to
d0dbcd2
Compare
Hi @IgnatBeresnev and @whyoleg, are there any updates on the review of this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey!
Thank you for PR and sorry for long review.
Could you please rebase PR onto the latest master
and fix some minor comments?
...ts/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/renderers/html/htmlFormatingUtils.kt
Show resolved
Hide resolved
...ts/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/renderers/html/htmlFormatingUtils.kt
Outdated
Show resolved
Hide resolved
d0dbcd2
to
8fc8f96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Will merge after the test completion
This PR makes underscore separated names breakable after each underscore similar to how names separated by dots are rendered.
Resolves #3093.