Defines valid values for the deprecation and
unchecked properties.
Generates a build error.
Generates a build error. Error location will be the current task in the ant file.
A message describing the error.
A build error exception thrown in every case.
Sets the bootclasspath as a nested sourcepath Ant parameter.
Sets the bootclasspath as a nested sourcepath Ant parameter.
A source path to be configured.
Sets the classpath as a nested classpath Ant parameter.
Sets the classpath as a nested classpath Ant parameter.
A class path to be configured.
Sets the extdirs as a nested sourcepath Ant parameter.
Sets the extdirs as a nested sourcepath Ant parameter.
An extensions path to be configured.
Sets the sourcepath as a nested sourcepath Ant parameter.
Sets the sourcepath as a nested sourcepath Ant parameter.
A source path to be configured.
Sets the origin as a nested src Ant parameter.
Sets the origin as a nested src Ant parameter.
An origin path to be configured.
Performs the compilation.
Performs the compilation.
This is forwarding method to circumvent bug #281 in Scala 2.
This is forwarding method to circumvent bug #281 in Scala 2. Remove when bug has been corrected.
Initializes settings and source files
Initializes settings and source files
Set the addparams info attribute.
Set the addparams info attribute.
The value for addparams.
Sets the bootclasspath attribute.
Sets the bootclasspath attribute. Used by Ant.
The value of bootclasspath.
Sets the bootclasspath as an external reference Ant parameter.
Sets the bootclasspath as an external reference Ant parameter.
A reference to a source path.
Sets the classpath attribute.
Sets the classpath attribute. Used by Ant.
The value of classpath.
Sets the classpath as an external reference Ant parameter.
Sets the classpath as an external reference Ant parameter.
A reference to a class path.
Set the deprecation info attribute.
Set the deprecation info attribute.
One of the flags yes/no or on/off.
Sets the destdir attribute.
Sets the destdir attribute. Used by Ant.
The value of destination.
Set the diagrams bit so Scaladoc adds diagrams to the documentation
Set the diagrams bit so Scaladoc adds diagrams to the documentation
One of the flags yes/no or on/off. Default if no/off.
Set the diagramsDebug bit so Scaladoc outputs diagram building debug information
Set the diagramsDebug bit so Scaladoc outputs diagram building debug information
One of the flags yes/no or on/off. Default if no/off.
Set the diagramsDotPath attribute to the path where graphviz dot can be found (including the binary file name,
eg: /usr/bin/dot)
Sets the docfooter attribute.
Sets the docfooter attribute.
The value of docfooter.
Sets the docgenerator attribute.
Sets the docgenerator attribute.
A fully qualified class name of a doclet.
Sets the docrootcontent attribute.
Sets the docrootcontent attribute.
The file from which the documentation content of the root package will be taken.
Sets the docsourceurl attribute.
Sets the docsourceurl attribute.
The value of docsourceurl.
Sets the doctitle attribute.
Sets the doctitle attribute.
The value of doctitle.
Sets the docversion attribute.
Sets the docversion attribute.
The value of docversion.
Sets the encoding attribute.
Sets the encoding attribute. Used by Ant.
The value of encoding.
Sets the external extensions path attribute.
Sets the external extensions path attribute. Used by Ant.
The value of extdirs.
Sets the extdirs as an external reference Ant parameter.
Sets the extdirs as an external reference Ant parameter.
A reference to an extensions path.
Instruct the scaladoc tool to group similar functions together
Set the implicits info attribute.
Set the implicits info attribute.
One of the flags yes/no or on/off. Default if no/off.
Set the implicitsDebug info attribute so scaladoc outputs implicit conversion debug information
Set the implicitsDebug info attribute so scaladoc outputs implicit conversion debug information
One of the flags yes/no or on/off. Default if no/off.
Set the implicitsShowAll info attribute to enable scaladoc to show all implicits, including those impossible to
convert to from the default scope
Set the implicitsShowAll info attribute to enable scaladoc to show all implicits, including those impossible to
convert to from the default scope
One of the flags yes/no or on/off. Default if no/off.
Set the nofail info attribute.
Set the nofail info attribute.
One of the flags yes/no or on/off. Default if no/off.
Set the noPrefixes bit to prevent Scaladoc from generating prefixes in
front of types -- may lead to confusion, but significantly speeds up the generation.
Set the noPrefixes bit to prevent Scaladoc from generating prefixes in
front of types -- may lead to confusion, but significantly speeds up the generation.
One of the flags yes/no or on/off. Default if no/off.
Set the rawOutput bit so Scaladoc also outputs text from each html file
Set the rawOutput bit so Scaladoc also outputs text from each html file
One of the flags yes/no or on/off. Default if no/off.
Instruct the scaladoc tool to skip certain packages.
Instruct the scaladoc tool to skip certain packages.
A colon-delimited list of fully qualified package names that will be skipped from scaladoc.
Sets the sourcepath attribute.
Sets the sourcepath attribute. Used by Ant.
The value of sourcepath.
Sets the sourcepath as an external reference Ant parameter.
Sets the sourcepath as an external reference Ant parameter.
A reference to a source path.
Sets the srcdir attribute.
Sets the srcdir attribute. Used by Ant.
The value of origin.
Sets the origin as an external reference Ant parameter.
Sets the origin as an external reference Ant parameter.
A reference to an origin path.
Set the unchecked info attribute.
Set the unchecked info attribute.
One of the flags yes/no or on/off.
(scaladoc: StringAdd).self
(scaladoc: StringFormat).self
(scaladoc: ArrowAssoc[Scaladoc]).x
(Since version 2.10.0) Use leftOfArrow instead
(scaladoc: Ensuring[Scaladoc]).x
(Since version 2.10.0) Use resultOfEnsuring instead
An Ant task to document Scala code.
This task can take the following parameters as attributes:
srcdir(mandatory),srcref,destdir,classpath,classpathref,sourcepath,sourcepathref,bootclasspath,bootclasspathref,extdirs,extdirsref,encoding,doctitle,header,footer,top,bottom,addparams,deprecation,docgenerator,docrootcontent,unchecked,nofail,skipPackages.It also takes the following parameters as nested elements:
src(for srcdir),classpath,sourcepath,bootclasspath,extdirs.