You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/07/04 20:19:10 UTC

[jira] [Updated] (SPARK-16353) Intended javadoc options are not honored for Java unidoc

     [ https://issues.apache.org/jira/browse/SPARK-16353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-16353:
------------------------------
    Assignee: Michael Allman

> Intended javadoc options are not honored for Java unidoc
> --------------------------------------------------------
>
>                 Key: SPARK-16353
>                 URL: https://issues.apache.org/jira/browse/SPARK-16353
>             Project: Spark
>          Issue Type: Bug
>          Components: Build, Documentation
>    Affects Versions: 1.6.2, 2.0.0, 2.0.1, 2.1.0
>            Reporter: Michael Allman
>            Assignee: Michael Allman
>            Priority: Minor
>             Fix For: 1.6.3, 2.0.1
>
>
> {{project/SparkBuild.scala}} specifies
> {noformat}
> javacOptions in doc := Seq(
>   "-windowtitle", "Spark " + version.value.replaceAll("-SNAPSHOT", "") + "JavaDoc",
>   "-public",
>   "-noqualifier", "java.lang"
> )
> {noformat}
> However, {{sbt javaunidoc:doc}} ignores these options. To wit, the title of http://spark.apache.org/docs/latest/api/java/index.html is {{Generated Documentation (Untitled)}}, not {{Spark 1.6.2 JavaDoc}} as it should be.
> (N.B. the Spark 1.6.2 build defines several javadoc groups as well, which are also missing from the official docs.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org