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

Fix displaying some signatures in scaladoc #13317

Merged
merged 8 commits into from
Aug 19, 2021

Conversation

KacperFKorban
Copy link
Member

fixes #13297

@@ -70,6 +70,7 @@ object SymOps:
case (None, None, (false, true, true)) => Visibility.Protected(ThisScope)
case (None, None, (false, true, false)) => Visibility.Protected(implicitScope(sym.owner))
case (None, None, (false, false, false)) => Visibility.Unrestricted
case (None, None, (true, true, false)) => Visibility.Protected(ThisScope)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add a comment to this so people won't be confused

@BarkingBad BarkingBad merged commit 609a576 into scala:master Aug 19, 2021
@KacperFKorban KacperFKorban deleted the scaladoc/fix-css branch August 19, 2021 06:53
@Kordyjan Kordyjan added this to the 3.1.0 milestone Aug 2, 2023
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.

Incorrect indentation for (nested) match types in scaladoc
3 participants