diff options
Diffstat (limited to 'ocamldoc/odoc_text.mli')
-rw-r--r-- | ocamldoc/odoc_text.mli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ocamldoc/odoc_text.mli b/ocamldoc/odoc_text.mli index 6ed5bd0e4..bc121791d 100644 --- a/ocamldoc/odoc_text.mli +++ b/ocamldoc/odoc_text.mli @@ -18,4 +18,7 @@ exception Text_syntax of int * int * string (* line, char, string *) (** Transformation of strings to text structures. *) module Texter : - sig val text_of_string : string -> Odoc_types.text end + sig + val text_of_string : string -> Odoc_types.text + val string_of_text : Odoc_types.text -> string + end |