class Crst::TableOfContents

Overview

Represents a table of contents

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : Nil | String = nil, depth : Int32 | Nil = nil, local : Bool = false, backlinks : Nil | String = nil) #

[View source]

Instance Method Detail

def backlinks : String | Nil #

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

[View source]
def depth : Int32 | Nil #

[View source]
def depth=(depth : Int32 | Nil) #

[View source]
def local=(local : Bool) #

[View source]
def local? : Bool #

[View source]
def title : String | Nil #

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

[View source]