class
Crst::TableOfContents
- Crst::TableOfContents
- Crst::Node
- Reference
- Object
Overview
Represents a table of contents
Defined in:
crst/nodes.crConstructors
Instance Method Summary
- #backlinks : String | Nil
- #backlinks=(backlinks : String | Nil)
- #depth : Int32 | Nil
- #depth=(depth : Int32 | Nil)
- #local=(local : Bool)
- #local? : Bool
- #title : String | Nil
- #title=(title : String | Nil)
Constructor Detail
def self.new(title : Nil | String = nil, depth : Int32 | Nil = nil, local : Bool = false, backlinks : Nil | String = nil)
#