TableOfContents

mdoc.internal.livereload.TableOfContents
See theTableOfContents companion object
case class TableOfContents(title: String, id: String, level: Int, parent: Option[TableOfContents], children: ListBuffer[TableOfContents])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addChild(heading: Heading): TableOfContents
def addChild(childTitle: String, childId: String, level: Int): TableOfContents
def toHTML(fromLevel: Int, toLevel: Int, indent: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product