package oasis

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module OCamlbuildDocPluginSource

Sourcetype run_t = {
  1. args : OCamlbuildCommon.args;
  2. run_path : OASISTypes.unix_filename;
}
Sourceval doc_build : ctxt:OASISContext.t -> run_t -> 'a -> (OASISTypes.common_section * 'b) -> OASISTypes.arg array -> unit
Sourceval doc_clean : ctxt:OASISContext.t -> 'a -> 'b -> (OASISTypes.common_section * 'c) -> OASISTypes.arg array -> unit
Sourceval plugin : [> `Doc ] * string * OASISVersion.t option
Sourcetype t = {
  1. path : OASISTypes.unix_dirname;
  2. modules : string list;
  3. libraries : OASISTypes.findlib_full list;
  4. intro : OASISTypes.unix_filename option;
  5. flags : string list;
  6. ocamlbuild_common_args : OCamlbuildCommon.args;
}
Sourceval pivot_data : t OASISPlugin.prop
Sourceval new_field : OASISTypes.name -> ?default:'a -> 'a OASISValues.t -> string -> ((OASISTypes.common_section * OASISTypes.doc) -> t -> 'a) -> PropList.Data.t -> 'a
Sourceval modules : PropList.Data.t -> string list
Sourceval init : unit -> unit
OCaml

Innovation. Community. Security.