Module Component.FmtSource
Formatting functions for components
Source
type config = {short_paths : bool;show_canonical : bool;show_removed : bool;show_expansions : bool;show_include_expansions : bool;
}Source
val signature :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Signature.t ->
unitSource
val removed_item :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Signature.removed_item ->
unitSource
val removed_item_list :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Signature.removed_item list ->
unitSource
val class_ :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Class.t ->
unitSource
val class_type :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ClassType.t ->
unitSource
val include_ :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Include.t ->
unitSource
val value :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Value.t ->
unitSource
val module_decl :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Module.decl ->
unitSource
val include_decl :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Include.decl ->
unitSource
val module_ :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Module.t ->
unitSource
val module_type :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.t ->
unitSource
val simple_expansion :
Odoc_xref2.Component.Fmt.config ->
bool ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.simple_expansion ->
unitSource
val module_type_type_of_desc :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.type_of_desc ->
unitSource
val u_module_type_expr :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.U.expr ->
unitSource
val module_type_expr :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.expr ->
unitSource
val functor_parameter :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.FunctorParameter.t ->
unitSource
val functor_parameter_parameter :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.FunctorParameter.parameter ->
unitSource
val type_decl :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeDecl.t ->
unitSource
val type_equation :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeDecl.Equation.t ->
unitSource
val exception_ :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Exception.t ->
unitSource
val extension :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.Extension.t ->
unitSource
val substitution :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.substitution ->
unitSource
val substitution_list :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.ModuleType.substitution list ->
unitSource
val type_expr_list :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeExpr.t list ->
unitSource
val type_object :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeExpr.Object.t ->
unitSource
val type_class :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
(Odoc_xref2.Cpath.class_type * Odoc_xref2.Component.TypeExpr.t list) ->
unitSource
val type_package :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeExpr.Package.t ->
unitSource
val type_expr_polymorphic_variant :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeExpr.Polymorphic_variant.t ->
unitSource
val type_expr :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Component.TypeExpr.t ->
unitSource
val resolved_module_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.module_ ->
unitSource
val module_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.module_ ->
unitSource
val resolved_module_type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.module_type ->
unitSource
val module_type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.module_type ->
unitSource
val resolved_type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.type_ ->
unitSource
val resolved_value_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.value ->
unitSource
val resolved_parent_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.parent ->
unitSource
val type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.type_ ->
unitSource
val value_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.value ->
unitSource
val resolved_class_type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.Resolved.class_type ->
unitSource
val class_type_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cpath.class_type ->
unitSource
val model_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Path.t ->
unitSource
val model_resolved_path :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Path.Resolved.t ->
unitSource
val model_identifier :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Identifier.t ->
unitSource
val model_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Fragment.t ->
unitSource
val model_resolved_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Fragment.Resolved.t ->
unitSource
val resolved_root_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.root ->
unitSource
val resolved_signature_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.resolved_signature ->
unitSource
val resolved_module_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.resolved_module ->
unitSource
val resolved_type_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.resolved_type ->
unitSource
val signature_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.signature ->
unitSource
val module_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.module_ ->
unitSource
val module_type_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.module_type ->
unitSource
val type_fragment :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_xref2.Cfrag.type_ ->
unitSource
val model_resolved_reference :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Reference.Resolved.t ->
unitSource
val model_reference :
Odoc_xref2.Component.Fmt.config ->
Stdlib.Format.formatter ->
Odoc_model.Paths.Reference.t ->
unit