correction cross ref vers Odoc_info.Args.out_file
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5174 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
2e14b2ef3e
commit
5a15044a70
|
@ -119,7 +119,7 @@ class dot =
|
|||
Sys_error s ->
|
||||
raise (Failure s)
|
||||
|
||||
(** Generate the dot code in the file {!Args.out_file}. *)
|
||||
(** Generate the dot code in the file {!Odoc_info.Args.out_file}. *)
|
||||
method generate (modules_list : Odoc_info.Module.t_module list) =
|
||||
if !Args.dot_types then
|
||||
self#generate_types (Odoc_info.Search.types modules_list)
|
||||
|
|
|
@ -1063,7 +1063,7 @@ class texi =
|
|||
|
||||
|
||||
(** Generate the Texinfo file from a module list,
|
||||
in the {!Args.out_file} file. *)
|
||||
in the {!Odoc_info.Args.out_file} file. *)
|
||||
method generate module_list =
|
||||
try
|
||||
let chanout = open_out
|
||||
|
|
Loading…
Reference in New Issue