Module Url.Anchor
type kind = [ | Odoc_document.Url.Path.kind| `Section| `Type| `Extension| `ExtensionDecl| `Exception| `Method| `Val| `Constructor| `Field| `UnboxedField| `SourceAnchor
]val pp_kind : Stdlib.Format.formatter -> Odoc_document.Url.Anchor.kind -> unitval string_of_kind : Odoc_document.Url.Anchor.kind -> stringtype t = {page : Odoc_document.Url.Path.t;anchor : string;kind : Odoc_document.Url.Anchor.kind;(*What kind of element the path points to. e.g. "module", "module-type", "exception", ...
*)
}val from_identifier :
Odoc_model.Paths.Identifier.t ->
Odoc_document.Url.Anchor.tval polymorphic_variant :
type_ident:Odoc_model.Paths.Identifier.t ->
Odoc_model.Lang.TypeExpr.Polymorphic_variant.element ->
Odoc_document.Url.Anchor.tval extension_decl : Odoc_model.Lang.Extension.t -> Odoc_document.Url.Anchor.tAnchor for the extension declaration item itself, which doesn't have an identifier in the model.
val source_anchor :
Odoc_document.Url.Path.t ->
string ->
Odoc_document.Url.Anchor.t