2004-01-28 05:36:20 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* OCamldoc *)
|
|
|
|
(* *)
|
|
|
|
(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 2001 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
2007-10-08 07:19:34 -07:00
|
|
|
let custom_generators_path =
|
|
|
|
Filename.concat Config.standard_library
|
2004-01-28 05:36:20 -08:00
|
|
|
(Filename.concat "ocamldoc" "custom")
|
2007-10-08 07:19:34 -07:00
|
|
|
|
|
|
|
let print_warnings = ref true
|