class
Docr::Formatters::Signature
- Docr::Formatters::Signature
- Reference
- Object
Included Modules
Defined in:
formatters/signature.crClass Method Summary
Instance Method Summary
- #format(type : Redoc::Library) : Nil
- #format(type : Redoc::Const) : Nil
- #format(type : Redoc::Module) : Nil
- #format(type : Redoc::Class) : Nil
- #format(type : Redoc::Struct) : Nil
- #format(type : Redoc::Enum) : Nil
- #format(type : Redoc::Alias) : Nil
- #format(type : Redoc::Annotation) : Nil
- #format(type : Redoc::Def, with_self : Bool = false) : Nil
- #format(type : Redoc::Macro) : Nil
Class Method Detail
def self.format(io : IO, type : Redoc::Library | Redoc::Type, includes : Array(String), locations : Bool) : Nil
#