File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -1566,15 +1566,12 @@ object Build {
15661566 classDirectory.in(Compile ).value.getAbsolutePath,
15671567 " scala3doc" , " scala3doc/output/self" , VersionUtil .gitHash,
15681568 " -siteroot scala3doc/documentation -project-logo scala3doc/documentation/logo.svg " +
1569- " -external-mappings " + raw " .*scala\/quoted .* " + " ::" +
1569+ " -external-mappings " + raw " .*scala.* " + " ::" +
15701570 " scala3doc" + " ::" +
15711571 " http://dotty.epfl.ch/api/" + " :::" +
15721572 raw " .*java.* " + " ::" +
15731573 " javadoc" + " ::" +
1574- " https://docs.oracle.com/javase/8/docs/api/" + " :::" +
1575- raw " .*scala.* " + " ::" +
1576- " scaladoc" + " ::" +
1577- " https://www.scala-lang.org/api/current/"
1574+ " https://docs.oracle.com/javase/8/docs/api/"
15781575 )
15791576 }.value,
15801577
@@ -1602,10 +1599,7 @@ object Build {
16021599 " -comment-syntax wiki -siteroot scala3doc/scala3-docs -project-logo scala3doc/scala3-docs/logo.svg " +
16031600 " -external-mappings " + raw " .*java.* " + " ::" +
16041601 " javadoc" + " ::" +
1605- " https://docs.oracle.com/javase/8/docs/api/" + " :::" +
1606- raw " .*scala.* " + " ::" +
1607- " scaladoc" + " ::" +
1608- " https://www.scala-lang.org/api/current/"
1602+ " https://docs.oracle.com/javase/8/docs/api/"
16091603 ))
16101604 }.evaluated,
16111605
You can’t perform that action at this time.
0 commit comments