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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to