Modifier

mdoc.internal.markdown.Modifier
See theModifier companion class
object Modifier

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Modifier.type

Members list

Type members

Classlikes

case class Builtin(mods: Set[Mod]) extends Modifier

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Crash.type
object Default

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Default.type
object Fail

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Fail.type
case class Post(mod: PostModifier, info: String) extends Modifier

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Modifier
class Object
trait Matchable
class Any
Show all
case class Pre(mod: PreModifier, info: String) extends Modifier

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Str(mod: StringModifier, info: String) extends Modifier

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Warn.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(string: String): Option[Modifier]