module Mint::StaticDocumentationGenerator

Overview

This class generates static API documentation (HTML files).

Extended Modules

Defined in:

static_documentation_generator.cr

Instance Method Summary

Instance Method Detail

def badge(value : Kind) #

[View source]
def entity_signature(entity : Entity, builder : HtmlBuilder) #

[View source]
def generate(entity : TopLevelEntity, entities : Array(TopLevelEntity), live_reload : Bool) : Tuple(String, Proc(String)) #

[View source]
def generate(asts : Array(Ast), live_reload : Bool = false) : Hash(String, Proc(String)) #

[View source]
def href(entity) #

[View source]
def kind(value : Kind) #

[View source]
def layout(title : String, entities : Array(TopLevelEntity), live_reload : Bool, &) : String #

[View source]
def link(item, builder) #

[View source]