odoc.xref2
Component.Value
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref_test
type value = Odoc_model.Lang.Value.value
type t = {
source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
type_ : TypeExpr.t;
value : value;
}