Repository: predictionio
Updated Branches:
  refs/heads/master 20a1c377c -> 1856635be


[PIO-147] Fix broken Scala API documentation


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/9547507e
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/9547507e
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/9547507e

Branch: refs/heads/master
Commit: 9547507e46ca8eacc3026d7646c3a352b0a6c680
Parents: 7169b69
Author: Donald Szeto <don...@apache.org>
Authored: Mon Feb 12 15:56:53 2018 -0800
Committer: Donald Szeto <dsz...@salesforce.com>
Committed: Mon Feb 12 15:57:37 2018 -0800

----------------------------------------------------------------------
 build.sbt | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/9547507e/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index c172aaa..0405cf7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -195,8 +195,8 @@ val root = (project in file(".")).
   settings(commonSettings: _*).
   enablePlugins(ScalaUnidocPlugin).
   settings(
-    unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch),
-    unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch),
+    unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch, dataElasticsearch1),
+    unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch, dataElasticsearch1),
     scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
       "-groups",
       "-skip-packages",
@@ -208,8 +208,16 @@ val root = (project in file(".")).
         "org.apache.predictionio.controller.html",
         "org.apache.predictionio.controller.java",
         "org.apache.predictionio.data.api",
+        "org.apache.predictionio.data.storage.*",
+        "org.apache.predictionio.data.storage.hdfs",
+        "org.apache.predictionio.data.storage.jdbc",
+        "org.apache.predictionio.data.storage.localfs",
+        "org.apache.predictionio.data.storage.s3",
+        "org.apache.predictionio.data.storage.hbase",
         "org.apache.predictionio.data.view",
+        "org.apache.predictionio.data.webhooks",
         "org.apache.predictionio.tools",
+        "org.apache.predictionio.workflow.html",
         "scalikejdbc").mkString(":"),
       "-doc-title",
       "PredictionIO Scala API",

Reply via email to