package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.11.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.11.2.tar.gz
sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09

doc/odoc_info/Odoc_info/Global/index.html

Module Odoc_info.Global

val errors : int ref
val warn_error : bool ref
val out_file : string ref

The file used by the generators outputting only one file.

val verbose : bool ref

Verbose mode or not.

val target_dir : string ref

The directory where files have to be generated.

val title : string option ref

The optional title to use in the generated documentation.

val intro_file : string option ref

The optional file whose content can be used as intro text.

val with_toc : bool ref

The flag which indicates if we must generate a table of contents.

val with_index : bool ref

The flag which indicates if we must generate an index.

val with_header : bool ref

The flag which indicates if we must generate a header.

val with_trailer : bool ref

The flag which indicates if we must generate a trailer.

OCaml

Innovation. Community. Security.