SpecHtmlPage

case class SpecHtmlPage(specification: SpecStructure, path: FilePath, outDir: DirectoryPath, content: String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addToc(toc: NodeSeq): SpecHtmlPage
def body: NodeSeq
def className: String
Returns:

the class name of the specification

def pandocName: String
Returns:

a name that is transform in the same way Pandoc creates identifiers for headers

def relativePath: FilePath
def showWords: String
Returns:

the title of the specification

def simpleName: String
Returns:

the simple class name of the specification

Inherited methods

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