module

Mint::StaticDocumentationGenerator

This class generates static API documentation (HTML files).

Instance methods

badge(value : Kind)
Source
entity_signature(entity : Entity, builder : HtmlBuilder)
Source
generate(entity : TopLevelEntity, entities : Array(TopLevelEntity), live_reload : Bool) : Tuple(String, Proc(String))
Source
generate(asts : Array(Ast), live_reload : Bool = false) : Hash(String, Proc(String))
Source
href(entity)
Source
kind(value : Kind)
Source
layout(title : String, entities : Array(TopLevelEntity), live_reload : Bool, &) : String
Source

Nested types