aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorlewuathe <lewuathe@me.com>2014-12-04 16:51:41 +0800
committerXiangrui Meng <meng@databricks.com>2014-12-04 16:52:10 +0800
commit2605acb043fd6693cbade67809f7bbe64e7c1b61 (patch)
tree444eac329e8263f129e4c6bfeb6bbdab223827b0 /project
parentf9e1f89b2500287ff284317fe4504bd32d3b8e1a (diff)
downloadspark-2605acb043fd6693cbade67809f7bbe64e7c1b61.tar.gz
spark-2605acb043fd6693cbade67809f7bbe64e7c1b61.tar.bz2
spark-2605acb043fd6693cbade67809f7bbe64e7c1b61.zip
[SPARK-4685] Include all spark.ml and spark.mllib packages in JavaDoc's MLlib group
This is #3554 from Lewuathe except that I put both `spark.ml` and `spark.mllib` in the group 'MLlib`. Closes #3554 jkbradley Author: lewuathe <lewuathe@me.com> Author: Xiangrui Meng <meng@databricks.com> Closes #3598 from mengxr/Lewuathe-modify-javadoc-setting and squashes the following commits: 184609a [Xiangrui Meng] merge spark.ml and spark.mllib into the same group in javadoc f7535e6 [lewuathe] [SPARK-4685] Update JavaDoc settings to include spark.ml and all spark.mllib subpackages in the right sections (cherry picked from commit 20bfea4ab7c0923e8d3f039d0c5098669db4d5b0) Signed-off-by: Xiangrui Meng <meng@databricks.com>
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index f73e0f6795..d28e98900b 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -363,7 +363,10 @@ object Unidoc {
"mllib.classification", "mllib.clustering", "mllib.evaluation.binary", "mllib.linalg",
"mllib.linalg.distributed", "mllib.optimization", "mllib.rdd", "mllib.recommendation",
"mllib.regression", "mllib.stat", "mllib.tree", "mllib.tree.configuration",
- "mllib.tree.impurity", "mllib.tree.model", "mllib.util"
+ "mllib.tree.impurity", "mllib.tree.model", "mllib.util",
+ "mllib.evaluation", "mllib.feature", "mllib.random", "mllib.stat.correlation",
+ "mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss",
+ "ml", "ml.classification", "ml.evaluation", "ml.feature", "ml.param", "ml.tuning"
),
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
"-noqualifier", "java.lang"