Component.Fmt
SourceFormatting functions for components
type config = {
short_paths : bool;
show_canonical : bool;
show_removed : bool;
show_expansions : bool;
show_include_expansions : bool;
}
val simple_expansion :
config ->
bool ->
Format.formatter ->
ModuleType.simple_expansion ->
unit
val functor_parameter_parameter :
config ->
Format.formatter ->
FunctorParameter.parameter ->
unit
val type_expr_polymorphic_variant :
config ->
Format.formatter ->
TypeExpr.Polymorphic_variant.t ->
unit
val resolved_module_type_path :
config ->
Format.formatter ->
Cpath.Resolved.module_type ->
unit
val resolved_class_type_path :
config ->
Format.formatter ->
Cpath.Resolved.class_type ->
unit
val model_resolved_path :
config ->
Format.formatter ->
Odoc_model.Paths.Path.Resolved.t ->
unit
val model_resolved_fragment :
config ->
Format.formatter ->
Odoc_model.Paths.Fragment.Resolved.t ->
unit
val resolved_signature_fragment :
config ->
Format.formatter ->
Cfrag.resolved_signature ->
unit
val model_resolved_reference :
config ->
Format.formatter ->
Odoc_model.Paths.Reference.Resolved.t ->
unit