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
Previously a sourceDirectory sbt task would resolve to
"library/src/main" which usually would be correct, but in the case of
the scala 3 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.
0 commit comments