GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/1584
[SPARK-2682] Javadoc generated from Scala source code is not in javadoc's
index
Add genjavadocSettings back to SparkBuild and resolve Java compiling errors
caused by using Java keywords as value names.
https://issues.apache.org/jira/browse/SPARK-2682
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark SPARK-2682
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1584.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1584
----
commit 0ef6c0d602aa236e0f1a901044161fcc00f1ad79
Author: Yin Huai <[email protected]>
Date: 2014-07-25T05:47:00Z
Add genjavadocSettings back.
commit 02c3e503275b51975c873356024ab0fba33e0b3b
Author: Yin Huai <[email protected]>
Date: 2014-07-25T05:47:10Z
`short` and `long` are Java keyworks. In order to generate javadoc,
renaming `short` to `shortForm` and `long` to `longForm`.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---