package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. name : Paths.Identifier.Page.t;
  2. root : Root.t;
  3. content : Comment.docs;
  4. children : Paths.Reference.t list;
  5. digest : Digest.t;
  6. linked : bool;
}
OCaml

Innovation. Community. Security.