GitHub user mallman opened a pull request:

    https://github.com/apache/spark/pull/14031

    [SPARK-16353][BUILD][DOC] Missing javadoc options for java unidoc

    ## What changes were proposed in this pull request?
    
    The javadoc options for the java unidoc generation are ignored when 
generating the java unidoc. For example, the generated `index.html` has the 
wrong HTML page title. This can be seen at 
http://spark.apache.org/docs/latest/api/java/index.html.
    
    I changed the relevant setting scope from `doc` to `(JavaUnidoc, unidoc)`.
    
    ## How was this patch tested?
    
    I ran `docs/jekyll build` and verified that the java unidoc `index.html` 
has the correct HTML page title.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/VideoAmp/spark-public spark-16353

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/14031.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 #14031
    
----
commit 939e8b5d3a3b502f3a7870d437cb38ee9564e6c4
Author: Michael Allman <mich...@videoamp.com>
Date:   2016-07-02T19:55:39Z

    [SPARK-16353][BUILD][DOC] The javadoc options for the java unidoc
    generation are not honored. The scope of the relevant javacOptions key
    should be `(JavaUnidoc, unidoc)` not `doc`

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to