Skip to content

Commit 1621b69

Browse files
authored
Merge pull request #11684 from lampepfl/scaladoc/github-edit-bug
Scaladoc: Add docs source link
2 parents 5539aea + ba91aca commit 1621b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project/Build.scala

+3-1
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,9 @@ object Build {
16371637
"github::https://github.com/lampepfl/dotty," +
16381638
"gitter::https://gitter.im/scala/scala," +
16391639
"twitter::https://twitter.com/scala_lang",
1640-
s"-source-links:$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library",
1640+
s"-source-links:" +
1641+
s"$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library," +
1642+
s"docs=github://lampepfl/dotty/master#docs",
16411643
"-doc-root-content", docRootFile.toString
16421644
)
16431645
))

0 commit comments

Comments
 (0)