Skip to content

Commit

Permalink
Merge pull request scala#11684 from lampepfl/scaladoc/github-edit-bug
Browse files Browse the repository at this point in the history
Scaladoc: Add docs source link
  • Loading branch information
BarkingBad authored Mar 11, 2021
2 parents 5539aea + ba91aca commit 1621b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,9 @@ object Build {
"github::https://github.com/lampepfl/dotty," +
"gitter::https://gitter.im/scala/scala," +
"twitter::https://twitter.com/scala_lang",
s"-source-links:$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library",
s"-source-links:" +
s"$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library," +
s"docs=github://lampepfl/dotty/master#docs",
"-doc-root-content", docRootFile.toString
)
))
Expand Down

0 comments on commit 1621b69

Please sign in to comment.