module Docr::Formatters::Default
Defined in:
formatters/default.crClass Method Summary
- .format(io : IO, type : Redoc::Parameter) : Nil
- .format_base(io : IO, type : Redoc::Type) : Nil
- .format_info(io : IO, type : Redoc::Const, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Module, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Class, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Struct, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Enum, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Alias, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Annotation, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Def, with_parent : Bool) : Nil
- .format_info(io : IO, type : Redoc::Macro, with_parent : Bool) : Nil
- .format_namespace(io : IO, type : Redoc::Namespace, indent : Int32) : Nil
- .format_path(name : String, color : UInt8) : String
- .format_signature(io : IO, type : Redoc::Const, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Module, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Class, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Struct, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Enum, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Alias, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Annotation, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Def, with_parent : Bool) : Nil
- .format_signature(io : IO, type : Redoc::Macro, with_parent : Bool) : Nil
- .format_tree(io : IO, type : Redoc::Module, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Class, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Struct, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Enum, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Alias, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Annotation, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Def, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Macro, indent : Int32) : Nil
- .format_tree(io : IO, type : Redoc::Type, indent : Int32) : Nil
Class Method Detail
def self.format_signature(io : IO, type : Redoc::Annotation, with_parent : Bool) : Nil
#