Commit ff78518
committed
Fix incorrect parser used in nightly scaladoc
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.1 parent 6dc3737 commit ff78518
1 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