package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type item =
  1. | Method of Method.t
  2. | InstanceVariable of InstanceVariable.t
  3. | Constraint of TypeExpr.t * TypeExpr.t
  4. | Inherit of ClassType.expr
  5. | Comment of Comment.docs_or_stop
type t = {
  1. self : TypeExpr.t option;
  2. items : item list;
}