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