odoc.model
Lang.Source_info
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type annotation =
| Definition of Paths.Identifier.SourceLocation.t
| Value of Paths.Identifier.SourceLocation.t
type 'a with_pos = 'a * (int * int)
type infos = annotation with_pos list
type t = {
id : Paths.Identifier.SourcePage.t;
infos : infos;
}