jon.recoil.org

Module Identifier.IdSource

type container_page_pv = [
  1. | `Page of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.PageName.t
]
type leaf_page_pv = [
  1. | `LeafPage of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.PageName.t
]
type source_page_pv = [
  1. | `SourcePage of Odoc_model.Paths.Identifier.ContainerPage.t * string
]

The second argument is the filename.

type asset_file_pv = [
  1. | `AssetFile of Odoc_model.Paths.Identifier.Page.t * Odoc_model.Names.AssetName.t
]

The second argument is the filename.

type unboxed_field_parent_pv = Odoc_model.Paths.Identifier.DataType.t_pv
type functor_parameter_pv = [
  1. | `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]
type functor_result_pv = [
  1. | `Result of Odoc_model.Paths.Identifier.Signature.t
]
type class_type_pv = [
  1. | `ClassType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.TypeName.t
]
type instance_variable_pv = [
  1. | `InstanceVariable of Odoc_model.Paths.Identifier.ClassSignature.t * Odoc_model.Names.InstanceVariableName.t
]
type reference_module_type = Odoc_model.Paths.Identifier.ModuleType.t
type reference_unboxed_field = Odoc_model.Paths.Identifier.UnboxedField.t
type reference_extension_decl = Odoc_model.Paths.Identifier.ExtensionDecl.t
type reference_exception = Odoc_model.Paths.Identifier.Exception.t
type reference_method = Odoc_model.Paths.Identifier.Method.t
type reference_instance_variable = Odoc_model.Paths.Identifier.InstanceVariable.t