package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Position : sig ... end
module Offset : sig ... end
module Location : sig ... end
type 'a t = {
  1. origin : 'a DocOckPaths.Identifier.any;
    (*

    TODO remove this

    *)
  2. offset : Offset.t;
  3. location : Location.t option;
  4. message : string;
}