Module Component.IncludeSource
type decl = | Alias of Odoc_xref2.Cpath.module_| ModuleType of Odoc_xref2.Component.ModuleType.U.expr
type t = {parent : Odoc_model.Paths.Identifier.Signature.t;strengthened : Odoc_xref2.Cpath.module_ option;doc : Odoc_xref2.Component.CComment.docs;status : [ `Default | `Inline | `Closed | `Open ];shadowed : Odoc_model.Lang.Include.shadowed;expansion_ : Odoc_xref2.Component.Signature.t;expanded : bool;decl : Odoc_xref2.Component.Include.decl;loc : Odoc_model.Location_.span;
}