scala.tools.nsc.doc

doclet

package doclet

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Generator extends AnyRef

    Custom Scaladoc generators must implement the Generator class.

  2. trait Indexer extends Generator with Universer

    A Generator may implement the Indexer trait to gain access to pre-calculated indexing information

  3. trait Universer extends Generator

    A Generator may implement the Universer trait to gain access to a model of the documented program

Ungrouped