Commit e2b64e9
authored
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 #185111 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2207 | 2207 | | |
2208 | 2208 | | |
2209 | 2209 | | |
2210 | | - | |
2211 | | - | |
| 2210 | + | |
2212 | 2211 | | |
2213 | 2212 | | |
2214 | 2213 | | |
| |||
0 commit comments