Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package ant
    Definition Classes
    tools
  • class Scaladoc extends ScalaMatchingTask

    An Ant task to document Scala code.

    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.
    Definition Classes
    ant
  • Flag
  • PermissibleValue

object Flag extends PermissibleValue

Defines valid values for the deprecation and unchecked properties.

Source
Scaladoc.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flag
  2. PermissibleValue
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getBooleanValue(value: String, flagName: String): Boolean
  2. def isPermissible(value: String): Boolean
    Definition Classes
    PermissibleValue
  3. val values: collection.immutable.List[String]
    Definition Classes
    FlagPermissibleValue