package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type expansion = {
  1. resolved : bool;
  2. content : Signature.t;
}
type t = {
  1. parent : Paths.Identifier.Signature.t;
  2. doc : Comment.docs;
  3. decl : Module.decl;
  4. expansion : expansion;
}