enum class compilerDoc::DocFormat
sys::Obj sys::Enum compilerDoc::DocFormat
@Serializable { simple=true }
Toggle between markdown and legacy markdown
- fandoc
-
const static DocFormat fandoc := ... - fromFileExt
- fromPodMeta
- fromStr
-
static new fromStr(Str name, Bool checked := true)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 := ... - vals
-
const static DocFormat[] vals := ...List of DocFormat values indexed by ordinal