You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect comment parser used in nightly scaladoc (#18523)
Previously a `sourceDirectory` sbt task would resolve to
`library/src/main` which would usually be correct, but in the case of
scala3-library, we have the sources directly under `library/src`. This
lead to the fact that the incorrectly set `-comment-syntax` option could
never match against the prefix for markdown, and would use the wiki
syntax for all scala3-library sources.
Fixes#18511
0 commit comments