Generates HTML API documentation for Scala source files.
Type | Name and description |
---|---|
protected void |
generate() |
protected IsolatedAntBuilder |
getAntBuilder() |
FileCollection |
getClasspath() |
File |
getDestinationDir() Returns the directory to generate the API documentation into. |
FileCollection |
getScalaClasspath() Returns the classpath to use to load the ScalaDoc tool. |
ScalaDocOptions |
getScalaDocOptions() Returns the ScalaDoc generation options. |
String |
getTitle() Returns the documentation title. |
void |
setClasspath(FileCollection classpath) |
void |
setDestinationDir(File destinationDir) |
void |
setScalaClasspath(FileCollection scalaClasspath) |
void |
setScalaDocOptions(ScalaDocOptions scalaDocOptions) |
void |
setTitle(String title) |
Returns the classpath to use to locate classes referenced by the documented source.
Returns the directory to generate the API documentation into.
Returns the classpath to use to load the ScalaDoc tool.
Returns the ScalaDoc generation options.
Returns the documentation title.