Odoc_xref2.Lang_oftype maps = {module_ : Odoc_model.Paths.Identifier.Module.t Component.ModuleMap.t; |
module_type : Odoc_model.Paths.Identifier.ModuleType.t Component.ModuleTypeMap.t; |
functor_parameter : (Ident.functor_parameter * Odoc_model.Paths.Identifier.FunctorParameter.t) list; |
type_ : Odoc_model.Paths.Identifier.Type.t Component.TypeMap.t; |
path_type : Odoc_model.Paths.Identifier.Path.Type.t Component.PathTypeMap.t; |
class_ : (Ident.class_ * Odoc_model.Paths.Identifier.Class.t) list; |
class_type : (Ident.class_type * Odoc_model.Paths.Identifier.ClassType.t) list; |
path_class_type : Odoc_model.Paths.Identifier.Path.ClassType.t Component.PathClassTypeMap.t; |
fragment_root : Cfrag.root option; |
shadowed : Odoc_model.Lang.Include.shadowed; |
}val empty : mapsval with_fragment_root : Cfrag.root -> mapsmodule Opt = Component.Optmodule Path : sig ... endval signature_items : Odoc_model.Paths.Identifier.Signature.t -> maps -> Component.Signature.item list -> Odoc_model.Lang.Signature.item listval signature : Odoc_model.Paths.Identifier.Signature.t -> maps -> Component.Signature.t -> Odoc_model.Lang.Signature.tval class_ : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.class_ -> Component.Class.t -> Odoc_model.Lang.Class.tval class_decl : maps -> Odoc_model.Paths.Identifier.Path.ClassType.t -> Component.Class.decl -> Odoc_model.Lang.Class.declval class_type_expr : maps -> Odoc_model.Paths.Identifier.Path.ClassType.t -> Component.ClassType.expr -> Odoc_model.Lang.ClassType.exprval class_type : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.class_type -> Component.ClassType.t -> Odoc_model.Lang.ClassType.tval class_signature : maps -> Odoc_model.Paths.Identifier.ClassSignature.t -> Component.ClassSignature.t -> Odoc_model.Lang.ClassSignature.tval method_ : maps -> Odoc_model.Paths.Identifier.ClassSignature.t -> Ident.method_ -> Component.Method.t -> Odoc_model.Lang.Method.tval instance_variable : maps -> Odoc_model.Paths.Identifier.ClassSignature.t -> Ident.instance_variable -> Component.InstanceVariable.t -> Odoc_model.Lang.InstanceVariable.tval include_ : Odoc_model.Paths.Identifier.Signature.t -> maps -> Component.Include.t -> Odoc_model.Lang.Include.tval open_ : Odoc_model.Paths.Identifier.Signature.t -> maps -> Component.Open.t -> Odoc_model.Lang.Open.tval value_ : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.value -> Component.Value.t -> Odoc_model.Lang.Value.tval typ_ext : maps -> Odoc_model.Paths.Identifier.Signature.t -> Component.Extension.t -> Odoc_model.Lang.Extension.tval extension_constructor : maps -> Odoc_model.Paths.Identifier.Signature.t -> Component.Extension.Constructor.t -> Odoc_model.Lang.Extension.Constructor.tval module_ : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.module_ -> Component.Module.t -> Odoc_model.Lang.Module.tval module_substitution : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.module_ -> Component.ModuleSubstitution.t -> Odoc_model.Lang.ModuleSubstitution.tval module_decl : maps -> Odoc_model.Paths.Identifier.Signature.t -> Component.Module.decl -> Odoc_model.Lang.Module.declval module_type_expr : maps -> Odoc_model.Paths.Identifier.Signature.t -> Component.ModuleType.expr -> Odoc_model.Lang.ModuleType.exprval module_type : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.module_type -> Component.ModuleType.t Component.Delayed.t -> Odoc_model.Lang.ModuleType.tval simple_expansion : maps -> Odoc_model.Paths.Identifier.Signature.t -> Component.ModuleType.simple_expansion -> Odoc_model.Lang.ModuleType.simple_expansionval type_decl_constructor_argument : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeDecl.Constructor.argument -> Odoc_model.Lang.TypeDecl.Constructor.argumentval type_decl_field : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeDecl.Field.t -> Odoc_model.Lang.TypeDecl.Field.tval type_decl_equation : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeDecl.Equation.t -> Odoc_model.Lang.TypeDecl.Equation.tval type_decl : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.type_ -> Component.TypeDecl.t -> Odoc_model.Lang.TypeDecl.tval type_decl_representation : maps -> Odoc_model.Paths.Identifier.Type.t -> Component.TypeDecl.Representation.t -> Odoc_model.Lang.TypeDecl.Representation.tval type_decl_constructor : maps -> Odoc_model.Paths.Identifier.Type.t -> Component.TypeDecl.Constructor.t -> Odoc_model.Lang.TypeDecl.Constructor.tval type_expr_package : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeExpr.Package.t -> Odoc_model.Lang.TypeExpr.Package.tval type_expr : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeExpr.t -> Odoc_model.Lang.TypeExpr.tval type_expr_polyvar : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeExpr.Polymorphic_variant.t -> Odoc_model.Lang.TypeExpr.Polymorphic_variant.tval type_expr_object : maps -> Odoc_model.Paths.Identifier.Parent.t -> Component.TypeExpr.Object.t -> Odoc_model.Lang.TypeExpr.Object.tval functor_parameter : maps -> Component.FunctorParameter.parameter -> Odoc_model.Lang.FunctorParameter.parameterval exception_ : maps -> Odoc_model.Paths.Identifier.Signature.t -> Ident.exception_ -> Component.Exception.t -> Odoc_model.Lang.Exception.tval docs_or_stop : Odoc_model.Paths.Identifier.LabelParent.t -> Component.CComment.docs_or_stop -> Odoc_model.Comment.docs_or_stop