odoc.document
Odoc_document.Url
odoc
odoc.examples
odoc.html
odoc.html_support_files
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
module Error : sig ... end
module Path : sig ... end
module Anchor : sig ... end
type kind = Anchor.kind
type t = Anchor.t
val from_path : Path.t -> t
val from_identifier : stop_before:bool -> Odoc_model.Paths.Identifier.t -> (t, Error.t) Result.result
val kind : Odoc_model.Paths.Identifier.t -> kind
val render_path : Odoc_model.Paths.Path.t -> string