HtmlOptions

case class HtmlOptions(outDir: DirectoryPath, baseDir: DirectoryPath, template: FilePath, variables: Map[String, String], noStats: Boolean, search: Boolean, warnMissingSeeRefs: Boolean, tocEntryMaxSize: Int, toc: Boolean)

Options for the Html generation

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def indexDir: DirectoryPath
def indexFile: FilePath
def javascriptDir: DirectoryPath
def templateVariables: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Extensions

Extensions

extension (map: Map[String, String])
def updateWhenTrue(name: String, value: String, condition: Boolean): Map[String, String]
def updateWhenTrue(name: String, value: Boolean): Map[String, String]