odoc.xref2
Component.Module
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref_test
type decl =
| Alias of Cpath.module_ * ModuleType.simple_expansion option
| ModuleType of ModuleType.expr
type t = {
doc : CComment.docs;
type_ : decl;
canonical : Cpath.module_ option;
hidden : bool;
}