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
AnyRef, Any
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. All

Abstract Value Members

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

Concrete Value Members

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