Repository: spark Updated Branches: refs/heads/master 7319fcc1c -> 3f49afee9
[SPARK-14683][DOCUMENTATION] Configure external links in ScalaDoc 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) <[email protected]> Closes #12444 from Atry/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3f49afee Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3f49afee Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3f49afee Branch: refs/heads/master Commit: 3f49afee937a66d458e0c194e46d6a9e380e054e Parents: 7319fcc Author: æ¨å (Yang Bo) <[email protected]> Authored: Sat Apr 16 11:44:12 2016 -0700 Committer: Reynold Xin <[email protected]> Committed: Sat Apr 16 11:44:12 2016 -0700 ---------------------------------------------------------------------- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3f49afee/project/plugins.sbt ---------------------------------------------------------------------- diff --git a/project/plugins.sbt b/project/plugins.sbt index 44ec3a1..f840531 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
