Module Component.IncludeSource

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