-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Scaladoc Support for Capture & Separation Checking (Staging) #23607
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
Conversation
4519319
to
3d3caf7
Compare
I think it's ready now. |
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.
This needs some refactoring I believe, but with the given circumstances, I believe it does the job.
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) |
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.
For consistency, I suggest changing the setting to suppress-cc
or Yno-cc
. No other setting has capital letters in it.
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.
Can be done when refactoring
This is the staging version of #23471 to be merged into main.
Fixes #23437