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
c

scala.tools.ant.Scaladoc

PermissibleValue

abstract class PermissibleValue extends AnyRef

Source
Scaladoc.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PermissibleValue
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PermissibleValue()

Abstract Value Members

  1. abstract val values: List[String]

Concrete Value Members

  1. def isPermissible(value: String): Boolean