Module Url.Anchor

type t = {
page : Path.t;
anchor : string;

Anchor in page where the element is attached

kind : string;

What kind of element the path points to. e.g. "module", "module-type", "exception", ...

}
val from_identifier : Odoc_model.Paths.Identifier.t -> (tError.t) Result.result
val polymorphic_variant : type_ident:Odoc_model.Paths.Identifier.t -> Odoc_model.Lang.TypeExpr.Polymorphic_variant.element -> t