Packages

t

scala.tools.nsc.doc

Uncompilable

trait Uncompilable extends AnyRef

Some glue between DocParser (which reads source files which can't be compiled) and the scaladoc model.

Source
Uncompilable.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uncompilable
  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. Protected

Abstract Value Members

  1. abstract val global: Global
  2. abstract val settings: Settings

Concrete Value Members

  1. val WaitNames: collection.immutable.List[String]
  2. def comments: collection.immutable.List[(Global.Symbol, Global.DocComment)]
  3. def docDefs(code: String): List[Parsed]
  4. def docPairs(code: String): collection.immutable.List[(Global.Symbol, Global.DocComment)]
  5. def docSymbol(p: Parsed): Global.Symbol
  6. def files: collection.immutable.List[File]
  7. lazy val pairs: collection.immutable.List[(Global.Symbol, Global.DocComment)]
  8. def symbols: collection.immutable.List[Global.Symbol]
  9. def templates: Set[Global.Symbol]
  10. def toString(): String
    Definition Classes
    Uncompilable → AnyRef → Any