package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a expansion = {
  1. resolved : bool;
  2. content : 'a Signature.t;
}
type 'a t = {
  1. parent : 'a DocOckPaths.Identifier.signature;
  2. doc : 'a Documentation.t;
  3. decl : 'a Module.decl;
  4. expansion : 'a expansion;
}