class Myst::Doc::MethodDoc
- Myst::Doc::MethodDoc
- Reference
- Object
Defined in:
myst/tools/doc/method_doc.crConstructors
Instance Method Summary
- #clauses : Array(Myst::Doc::ClauseDoc)
- #clauses=(clauses : Array(Myst::Doc::ClauseDoc))
- #doc : String | Nil
- #doc=(doc : String | Nil)
- #full_name : String
- #full_name=(full_name : String)
- #kind : Myst::Doc::Kind
- #kind=(kind : Myst::Doc::Kind)
- #name : String
- #name=(name : String)
- #separator : String
- #separator=(separator : String)