Packages

c

scala.tools.nsc.doc.html

HtmlFactory

class HtmlFactory extends AnyRef

A class that can generate Scaladoc sites to some fixed root folder.

Source
HtmlFactory.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlFactory
  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 HtmlFactory(universe: Universe, reporter: Reporter)

Value Members

  1. def encoding: String

    The character encoding to be used for generated Scaladoc sites.

    The character encoding to be used for generated Scaladoc sites. This value is currently always UTF-8.

  2. def generate(): Unit

    Generates the Scaladoc site for a model into the site root.

    Generates the Scaladoc site for a model into the site root. A scaladoc site is a set of HTML and related files that document a model extracted from a compiler run.

  3. def libResources: collection.immutable.List[String]
  4. val reporter: Reporter
  5. def siteRoot: File
  6. val universe: Universe
  7. final def webjarResources: collection.immutable.List[(String, String)]
  8. def writeTemplates(writeForThis: (HtmlPage) ⇒ Unit): Unit