summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_info.ml
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2004-03-05 14:57:52 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2004-03-05 14:57:52 +0000
commit7bcb6b984f2e2f18a495b8a1d076b0c3234bb937 (patch)
tree8e3f71b6d8315ba8fb423ce7d294a6dd47cecc3a /ocamldoc/odoc_info.ml
parentacdf61dad7415921dae81ae59176519a77e972f6 (diff)
downloadocaml-7bcb6b984f2e2f18a495b8a1d076b0c3234bb937.tar.gz
new module odoc_print, will work when Format.pp_print_flush is fixed
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6135 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_info.ml')
-rw-r--r--ocamldoc/odoc_info.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ocamldoc/odoc_info.ml b/ocamldoc/odoc_info.ml
index ab5210db3f..83bcb527b6 100644
--- a/ocamldoc/odoc_info.ml
+++ b/ocamldoc/odoc_info.ml
@@ -115,7 +115,7 @@ let reset_type_names = Printtyp.reset
let string_of_variance t (co,cn) = Odoc_str.string_of_variance t (co, cn)
-let string_of_type_expr t = Odoc_misc.string_of_type_expr t
+let string_of_type_expr t = Odoc_print.string_of_type_expr t
let string_of_type_list sep type_list = Odoc_str.string_of_type_list sep type_list
@@ -123,9 +123,9 @@ let string_of_type_param_list t = Odoc_str.string_of_type_param_list t
let string_of_class_type_param_list l = Odoc_str.string_of_class_type_param_list l
-let string_of_module_type = Odoc_misc.string_of_module_type
+let string_of_module_type = Odoc_print.string_of_module_type
-let string_of_class_type = Odoc_misc.string_of_class_type
+let string_of_class_type = Odoc_print.string_of_class_type
let string_of_text t = Odoc_misc.string_of_text t