Skip to content

Conversation

bracevac
Copy link
Contributor

@bracevac bracevac commented Jul 26, 2025

This is the staging version of #23471 to be merged into main.

Fixes #23437

@bracevac bracevac force-pushed the cc-scaladoc2 branch 3 times, most recently from 4519319 to 3d3caf7 Compare August 10, 2025 22:34
@bracevac
Copy link
Contributor Author

I think it's ready now.

Copy link
Member

@hamzaremmal hamzaremmal left a comment

Choose a reason for hiding this comment

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

This needs some refactoring I believe, but with the given circumstances, I believe it does the job.

@@ -144,5 +144,8 @@ class ScaladocSettings extends SettingGroup with AllScalaSettings:
val dynamicSideMenu: Setting[Boolean] =
BooleanSetting(RootSetting, "dynamic-side-menu", "Generate side menu via JS instead of embedding it in every html file", false)

val suppressCC: Setting[Boolean] =
BooleanSetting(RootSetting, "suppressCC", "Suppress rendering anything related to experimental capture checking", false)
Copy link
Member

Choose a reason for hiding this comment

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

For consistency, I suggest changing the setting to suppress-cc or Yno-cc. No other setting has capital letters in it.

Copy link
Member

Choose a reason for hiding this comment

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

Can be done when refactoring

@hamzaremmal hamzaremmal merged commit 88961de into scala:main Aug 14, 2025
45 checks passed
@hamzaremmal hamzaremmal deleted the cc-scaladoc2 branch August 14, 2025 16:25
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.

Scaladoc Support for Capture Checking
3 participants