File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ object Build {
325325
326326 lazy val scalacOptionsDocSettings = Seq (
327327 " -external-mappings:" +
328- " .*scala.*::scaladoc3::https://dotty.epfl.ch/api/," +
329- " .*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/" ,
328+ " .*scala/ .*::scaladoc3::https://dotty.epfl.ch/api/," +
329+ " .*java/ .*::javadoc::https://docs.oracle.com/javase/8/docs/api/" ,
330330 " -skip-by-regex:.+\\ .internal($|\\ ..+)" ,
331331 " -skip-by-regex:.+\\ .impl($|\\ ..+)" ,
332332 " -project-logo" , " docs/logo.svg" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dist/target/pack/bin/scaladoc \
2626 -source-links:out/bootstrap/stdlib-bootstrapped/scala-" ${DOTTY_NONBOOTSTRAPPED_VERSION} " /src_managed/main/scala-library-src=github://scala/scala/v" ${STDLIB_VERSION} " # src/library \
2727 -source-links:out/bootstrap/stdlib-bootstrapped/scala-" ${DOTTY_NONBOOTSTRAPPED_VERSION} " /src_managed/main/dotty-library-src=github://" ${GITHUB_REPOSITORY} " /" ${GITHUB_SHA} " \# library/src \
2828 -source-links:github://" ${GITHUB_REPOSITORY} " /" ${GITHUB_SHA} " \
29- " -external-mappings:.*scala.*::scaladoc3::https://dotty.epfl.ch/api/,.*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/" \
29+ " -external-mappings:.*scala/ .*::scaladoc3::https://dotty.epfl.ch/api/,.*java/ .*::javadoc::https://docs.oracle.com/javase/8/docs/api/" \
3030 " -skip-by-regex:.+\.internal($|\..+)" \
3131 " -skip-by-regex:.+\.impl($|\..+)" \
3232 -project-logo docs/logo.svg \
You can’t perform that action at this time.
0 commit comments