Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-16353

Intended javadoc options are not honored for Java unidoc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.6.2, 2.0.0, 2.0.1, 2.1.0
    • 1.6.3, 2.0.0
    • Build, Documentation
    • None

    Description

      project/SparkBuild.scala specifies

      javacOptions in doc := Seq(
        "-windowtitle", "Spark " + version.value.replaceAll("-SNAPSHOT", "") + "JavaDoc",
        "-public",
        "-noqualifier", "java.lang"
      )
      

      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.)

      Attachments

        Activity

          People

            michael Michael MacFadden
            michael Michael MacFadden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: