diff options
Diffstat (limited to 'ocamldoc/odoc_str.ml')
-rw-r--r-- | ocamldoc/odoc_str.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_str.ml b/ocamldoc/odoc_str.ml index b36ad95965..3c45c50705 100644 --- a/ocamldoc/odoc_str.ml +++ b/ocamldoc/odoc_str.ml @@ -201,7 +201,7 @@ let string_of_type t = None -> "" | Some t -> - "(* "^(Odoc_misc.string_of_text t)^" *)" + "(* "^(Odoc_misc.string_of_info t)^" *)" )^"\n" ) l @@ -219,7 +219,7 @@ let string_of_type t = None -> "" | Some t -> - "(* "^(Odoc_misc.string_of_text t)^" *)" + "(* "^(Odoc_misc.string_of_info t)^" *)" )^"\n" ) l |