Skip to content

Commit 2605acb

Browse files
Lewuathemengxr
authored andcommitted
[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 <[email protected]> Author: Xiangrui Meng <[email protected]> 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 20bfea4) Signed-off-by: Xiangrui Meng <[email protected]>
1 parent f9e1f89 commit 2605acb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/SparkBuild.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,10 @@ object Unidoc {
363363
"mllib.classification", "mllib.clustering", "mllib.evaluation.binary", "mllib.linalg",
364364
"mllib.linalg.distributed", "mllib.optimization", "mllib.rdd", "mllib.recommendation",
365365
"mllib.regression", "mllib.stat", "mllib.tree", "mllib.tree.configuration",
366-
"mllib.tree.impurity", "mllib.tree.model", "mllib.util"
366+
"mllib.tree.impurity", "mllib.tree.model", "mllib.util",
367+
"mllib.evaluation", "mllib.feature", "mllib.random", "mllib.stat.correlation",
368+
"mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss",
369+
"ml", "ml.classification", "ml.evaluation", "ml.feature", "ml.param", "ml.tuning"
367370
),
368371
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
369372
"-noqualifier", "java.lang"

0 commit comments

Comments
 (0)