package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a expr =
  1. | Constr of 'a DocOckPaths.Path.class_type * 'a TypeExpr.t list
  2. | Signature of 'a ClassSignature.t
type 'a t = {
  1. id : 'a DocOckPaths.Identifier.class_type;
  2. doc : 'a Documentation.t;
  3. virtual_ : bool;
  4. params : TypeDecl.param list;
  5. expr : 'a expr;
  6. expansion : 'a ClassSignature.t option;
}