class Myst::Doc::MethodDoc

Defined in:

myst/tools/doc/method_doc.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clauses : Array(Myst::Doc::ClauseDoc) #

[View source]
def clauses=(clauses : Array(Myst::Doc::ClauseDoc)) #

[View source]
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 separator : String #

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

[View source]