diff options
Diffstat (limited to 'ocamldoc/odoc_merge.mli')
-rw-r--r-- | ocamldoc/odoc_merge.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_merge.mli b/ocamldoc/odoc_merge.mli index 44e89ee61..3dadeecc0 100644 --- a/ocamldoc/odoc_merge.mli +++ b/ocamldoc/odoc_merge.mli @@ -18,8 +18,8 @@ val merge_info_opt : Odoc_types.merge_option list -> Odoc_types.info option -> - Odoc_types.info option -> - Odoc_types.info option + Odoc_types.info option -> + Odoc_types.info option (** Merge of modules which represent the same OCaml module, in a list of t_module. There must be at most two t_module for the same OCaml module, one for a .mli, another for the .ml. |