Builtin

mdoc.internal.markdown.Modifier.Builtin
case class Builtin(mods: Set[Mod]) extends Modifier

Attributes

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

Members list

Value members

Inherited methods

def heightOverride: Option[Int]

Attributes

Inherited from:
Modifier
def isCompileOnly: Boolean

Attributes

Inherited from:
Modifier
def isCrash: Boolean

Attributes

Inherited from:
Modifier
def isDefault: Boolean

Attributes

Inherited from:
Modifier
def isFail: Boolean

Attributes

Inherited from:
Modifier
def isFailOrWarn: Boolean

Attributes

Inherited from:
Modifier
def isInvisible: Boolean

Attributes

Inherited from:
Modifier
def isNest: Boolean

Attributes

Inherited from:
Modifier
def isPassthrough: Boolean

Attributes

Inherited from:
Modifier
def isPost: Boolean

Attributes

Inherited from:
Modifier
def isPre: Boolean

Attributes

Inherited from:
Modifier
def isReset: Boolean

Attributes

Inherited from:
Modifier
def isResetClass: Boolean

Attributes

Inherited from:
Modifier
def isResetObject: Boolean

Attributes

Inherited from:
Modifier
def isSilent: Boolean

Attributes

Inherited from:
Modifier
def isString: Boolean

Attributes

Inherited from:
Modifier
def isToString: Boolean

Attributes

Inherited from:
Modifier
def isWarn: Boolean

Attributes

Inherited from:
Modifier
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def widthOverride: Option[Int]

Attributes

Inherited from:
Modifier