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

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

Michael Allman created SPARK-16353:
--------------------------------------

             Summary: 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
            Priority: Minor


{{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