class Myst::Doc::ConstDoc

Defined in:

myst/tools/doc/const_doc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, full_name : String, value : String, doc : String | Nil) #

[View source]

Instance Method Detail

def doc : String | Nil #

[View source]
def doc=(doc : String | Nil) #

[View source]
def full_name : String #

[View source]
def full_name=(full_name : String) #

[View source]
def kind : Myst::Doc::Kind #

[View source]
def kind=(kind : Myst::Doc::Kind) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]