Packages

class Doclet extends Generator with Universer

The default doclet used by the scaladoc command line tool when no user-provided doclet is provided.

Source
Doclet.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Doclet
  2. Universer
  3. Generator
  4. AnyRef
  5. 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 Doclet(reporter: Reporter)
  2. new Doclet()
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) Doclets should be created with the Reporter constructor. Otherwise logging reporters will not be shared by the creating parent

Value Members

  1. def generate(): Unit

    Outputs documentation (as a side effect).

    Outputs documentation (as a side effect).

    Definition Classes
    Generator
  2. def generateImpl(): Unit

    Outputs documentation (as a side effect).

    Outputs documentation (as a side effect). This method is called only if all checks are true.

    Definition Classes
    DocletGenerator
  3. def setUniverse(u: Universe): Unit
    Definition Classes
    Universer
  4. def universe: Universe
    Definition Classes
    Universer