Skip to content

Commit

Permalink
[SPARK-14683][DOCUMENTATION] Configure external links in ScalaDoc
Browse files Browse the repository at this point in the history
Right now Spark's Scaladoc does not link to Scala standard library and other dependencies. This would bother Spark starters because they may be not experienced Scala programmers.

This patch fixes these links in ScalaDoc.

Author: 杨博 (Yang Bo) <pop.atry@gmail.com>

Closes #12444 from Atry/patch-1.
  • Loading branch information
Atry authored and rxin committed Apr 16, 2016
1 parent 7319fcc commit 3f49afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "0.2.2")

addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
Expand Down

0 comments on commit 3f49afe

Please sign in to comment.