class

Myst::Doc::ModuleDoc

Inherits Reference / Object

Constructors

new(name : String, full_name : String, doc : String | Nil)
Source

Instance methods

constants
Source
constants=(constants : Hash(String, Myst::Doc::ConstDoc))
Source
doc=(doc : String | Nil)
Source
full_name
Source
full_name=(full_name : String)
Source
kind
Source
kind=(kind : Myst::Doc::Kind)
Source
methods
Source
methods=(methods : Hash(String, Myst::Doc::MethodDoc))
Source
name
Source
name=(name : String)
Source
submodules
Source
submodules=(submodules : Hash(String, Myst::Doc::ModuleDoc))
Source
subtypes
Source
subtypes=(subtypes : Hash(String, Myst::Doc::TypeDoc))
Source