jon.recoil.org

Module Component.IncludeSource

type t = {
  1. parent : Odoc_model.Paths.Identifier.Signature.t;
  2. strengthened : Odoc_xref2.Cpath.module_ option;
  3. doc : Odoc_xref2.Component.CComment.docs;
  4. status : [ `Default | `Inline | `Closed | `Open ];
  5. shadowed : Odoc_model.Lang.Include.shadowed;
  6. expansion_ : Odoc_xref2.Component.Signature.t;
  7. expanded : bool;
  8. decl : Odoc_xref2.Component.Include.decl;
  9. loc : Odoc_model.Location_.span;
}