Add copyright notices and new function String.chomp
[ocaml.git] / ocamldoc / odoc_config.mli
blobfb356084bba7f3ce095056683a212d2e18ecaa6f
1 (***********************************************************************)
2 (* OCamldoc *)
3 (* *)
4 (* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
5 (* *)
6 (* Copyright 2001 Institut National de Recherche en Informatique et *)
7 (* en Automatique. All rights reserved. This file is distributed *)
8 (* under the terms of the Q Public License version 1.0. *)
9 (* *)
10 (***********************************************************************)
12 (* $Id$ *)
14 (** Ocamldoc configuration contants. *)
16 (** Default path to search for custom generators and to install them. *)
17 val custom_generators_path : string
19 (** A flag to indicate whether to print ocamldoc warnings or not. *)
20 val print_warnings : bool ref