Add copyright notices and new function String.chomp
[ocaml.git] / ocamldoc / odoc_global.mli
blob3a9eab6514e3af60194f34f091693a9a84d90988
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 (** Global variables. *)
16 (** A counter for errors. *)
17 val errors : int ref
19 (** Indicate if a warning is an error. *)
20 val warn_error : bool ref