From 307628e786fba0269485fb9461772747dac5311c Mon Sep 17 00:00:00 2001 From: Maxence Guesdon Date: Tue, 13 Aug 2002 14:09:26 +0000 Subject: =?UTF-8?q?pas=20d'option=20-g=20en=20native=20mode=20+=20ajout=20?= =?UTF-8?q?du=20module=20Args=20dans=20Odoc=5Finfo=20et=20utilisation=20de?= =?UTF-8?q?=20ce=20module=20au=20lieu=20de=20Odoc=5Fargs=20dans=20les=20g?= =?UTF-8?q?=C3=A9n=C3=A9rateurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5098 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- ocamldoc/odoc_messages.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ocamldoc/odoc_messages.ml') diff --git a/ocamldoc/odoc_messages.ml b/ocamldoc/odoc_messages.ml index 77a977d567..a25795d071 100644 --- a/ocamldoc/odoc_messages.ml +++ b/ocamldoc/odoc_messages.ml @@ -31,7 +31,7 @@ let verbose_mode = " verbose mode" let include_dirs = " Add to the list of include directories" let rectypes = " Allow arbitrary recursive types" let preprocess = " Pipe sources through preprocessor " -let load_file = " Load file defining a new documentation generator" +let load_file = " Load file defining a new documentation generator (bytecode version only)" let nolabels = " Ignore non-optional labels in types" let werr = "Treat ocamldoc warnings as errors" let target_dir = " Generate files in directory , rather than in current directory (for man and HTML generators)" @@ -46,6 +46,8 @@ let generate_texinfo = " Generate TeXinfo documentation" let generate_man = " Generate man pages" let generate_dot = " Generate dot code of top modules dependencies" +let option_not_in_native_code op = "Option "^op^" not available in native code version." + let default_out_file = "ocamldoc.out" let out_file = " Set the ouput file name, used by texi, latex and dot generators "^ "(default is "^default_out_file^")" -- cgit v1.2.1