diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2009-07-20 11:51:50 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2009-07-20 11:51:50 +0000 |
commit | 71b94fa3e8d73c40e298409fa5fd6501383d38a6 (patch) | |
tree | 504323f26750574f581a8a7b904409b46019e45d /man/ocamldoc.m | |
parent | 591d89e773efe451f509ecd059cba49c15f2cae2 (diff) |
merge changes from ocaml3111rc0 to ocaml3111
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9319 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'man/ocamldoc.m')
-rw-r--r-- | man/ocamldoc.m | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/ocamldoc.m b/man/ocamldoc.m index 27cf1b53a..19a7f0332 100644 --- a/man/ocamldoc.m +++ b/man/ocamldoc.m @@ -110,10 +110,7 @@ to display it. .TP .BI \-g \ file Dynamically load the given file (which extension usually is .cmo or .cma), -which defines a custom documentation generator. This option is supported by the -.BR ocamldoc (1) -command, but not by its native-code version -.BR ocamldoc.opt . +which defines a custom documentation generator. If the given file is a simple one and does not exist in the current directory, then ocamldoc looks for it in the custom generators default directory, and in the directories specified with the |