odoc.model
Lang.Method
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
type t = {
id : Paths.Identifier.Method.t;
doc : Comment.docs;
private_ : bool;
virtual_ : bool;
type_ : TypeExpr.t;
}