Component.FmtSourceFormatting 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 ->
unitval functor_parameter_parameter :
config ->
Format.formatter ->
FunctorParameter.parameter ->
unitval type_expr_polymorphic_variant :
config ->
Format.formatter ->
TypeExpr.Polymorphic_variant.t ->
unitval resolved_module_type_path :
config ->
Format.formatter ->
Cpath.Resolved.module_type ->
unitval resolved_class_type_path :
config ->
Format.formatter ->
Cpath.Resolved.class_type ->
unitval model_resolved_path :
config ->
Format.formatter ->
Odoc_model.Paths.Path.Resolved.t ->
unitval model_resolved_fragment :
config ->
Format.formatter ->
Odoc_model.Paths.Fragment.Resolved.t ->
unitval resolved_signature_fragment :
config ->
Format.formatter ->
Cfrag.resolved_signature ->
unitval model_resolved_reference :
config ->
Format.formatter ->
Odoc_model.Paths.Reference.Resolved.t ->
unit