package reporter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait HtmlBodyPrinter extends AnyRef
Create the body of an html file reporting a specification execution
- case class HtmlOptions(outDir: DirectoryPath, baseDir: DirectoryPath, template: FilePath, variables: Map[String, String], noStats: Boolean, search: Boolean, warnMissingSeeRefs: Boolean, tocEntryMaxSize: Int, toc: Boolean) extends Product with Serializable
Options for the Html generation
- trait HtmlPrinter extends Printer
Printer for html files
- trait HtmlUrls extends AnyRef
- case class Pandoc(verbose: Boolean, executable: FilePath, inputFormat: String, outputFormat: String) extends Product with Serializable
Representation of the Pandoc executable
- trait SearchPage extends AnyRef
Functions used to create an index and a search page for the generated html pages
Value Members
- object HtmlBodyPrinter extends HtmlBodyPrinter
- object HtmlOptions extends Serializable
- object HtmlPrinter extends HtmlPrinter
- object HtmlUrls extends HtmlUrls
- object Pandoc extends Serializable
- object SearchPage extends SearchPage