Mod

mdoc.internal.markdown.Mod
See theMod companion class
object Mod

Attributes

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

Members list

Type members

Classlikes

case object CompileOnly extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Crash extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Crash.type
case object Fail extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Fail.type
case class Height(value: Int) extends Mod

Attributes

Supertypes
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Invisible extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Invisible.type
case object Nest extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Nest.type
case object Passthrough extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Reset extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Reset.type
case object ResetClass extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ResetClass.type
case object ResetObject extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Silent extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Silent.type
case object ToString extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ToString.type
case object Warn extends Mod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Warn.type
case class Width(value: Int) extends Mod

Attributes

Supertypes
class Mod
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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 static: List[Mod]
def unapply(string: String): Option[Mod]

Concrete fields

val parametric: PartialFunction[String, Mod]