We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5539aea + ba91aca commit 1621b69Copy full SHA for 1621b69
project/Build.scala
@@ -1637,7 +1637,9 @@ object Build {
1637
"github::https://github.com/lampepfl/dotty," +
1638
"gitter::https://gitter.im/scala/scala," +
1639
"twitter::https://twitter.com/scala_lang",
1640
- s"-source-links:$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library",
+ s"-source-links:" +
1641
+ s"$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library," +
1642
+ s"docs=github://lampepfl/dotty/master#docs",
1643
"-doc-root-content", docRootFile.toString
1644
)
1645
))
0 commit comments