diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2006-04-16 23:28:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2006-04-16 23:28:22 +0000 |
commit | 1279ab4b76cad7001b3b47902d4813947f427031 (patch) | |
tree | edfd352c4bc8217cfb8a943844840b23734722a0 /ocamldoc/odoc_analyse.ml | |
parent | 8604fbe7f330eaaeda35680fbf1d641a4c4a6798 (diff) |
fusion des changements 3.09.1 -> 3.09.2
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7382 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_analyse.ml')
-rw-r--r-- | ocamldoc/odoc_analyse.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_analyse.ml b/ocamldoc/odoc_analyse.ml index 28cdf08a5..b9b27e288 100644 --- a/ocamldoc/odoc_analyse.ml +++ b/ocamldoc/odoc_analyse.ml @@ -186,7 +186,7 @@ let process_error exn = | Translclass.Error(loc, err) -> Location.print ppf loc; Translclass.report_error ppf err | Warnings.Errors (n) -> - fprintf ppf "@.Error: %d error-enabled warnings occurred." n + fprintf ppf "@.Error: error-enabled warnings (%d occurrences)" n | x -> fprintf ppf "@]"; fprintf ppf "Compilation error. Use the OCaml compiler to get more details." @@ -290,7 +290,7 @@ let process_file ppf sourcefile = Odoc_module.m_top_deps = [] ; Odoc_module.m_code = None ; Odoc_module.m_code_intf = None ; - Odoc_module.m_text_only = true ; + Odoc_module.m_text_only = true ; } in Some m |