module Docr::Formatters::Default

Defined in:

formatters/default.cr

Class Method Summary

Class Method Detail

def self.format(io : IO, type : Redoc::Parameter) : Nil #

[View source]
def self.format_base(io : IO, type : Redoc::Type) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Const, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Module, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Class, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Struct, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Enum, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Alias, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Annotation, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Def, with_parent : Bool) : Nil #

[View source]
def self.format_info(io : IO, type : Redoc::Macro, with_parent : Bool) : Nil #

[View source]
def self.format_namespace(io : IO, type : Redoc::Namespace, indent : Int32) : Nil #

[View source]
def self.format_path(name : String, color : UInt8) : String #

[View source]
def self.format_signature(io : IO, type : Redoc::Const, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Module, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Class, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Struct, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Enum, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Alias, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Annotation, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Def, with_parent : Bool) : Nil #

[View source]
def self.format_signature(io : IO, type : Redoc::Macro, with_parent : Bool) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Module, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Class, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Struct, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Enum, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Alias, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Annotation, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Def, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Macro, indent : Int32) : Nil #

[View source]
def self.format_tree(io : IO, type : Redoc::Type, indent : Int32) : Nil #

[View source]