enum class compilerDoc::DocFormat

sys::Obj
  sys::Enum
    compilerDoc::DocFormat

@Serializable { simple=true }

Source

Toggle between markdown and legacy markdown

fandoc

const static DocFormat fandoc := ...

Source

fromFileExt

static DocFormat fromFileExt(Str ext)

Source

fromPodMeta

static DocFormat fromPodMeta(Str:Str meta)

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the DocFormat instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

markdown

const static DocFormat markdown := ...

Source

vals

const static DocFormat[] vals := ...

Source

List of DocFormat values indexed by ordinal