diff options
Diffstat (limited to 'ocamldoc/odoc_to_text.ml')
-rw-r--r-- | ocamldoc/odoc_to_text.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_to_text.ml b/ocamldoc/odoc_to_text.ml index ab60c4bb7..27d0d8072 100644 --- a/ocamldoc/odoc_to_text.ml +++ b/ocamldoc/odoc_to_text.ml @@ -143,7 +143,7 @@ class virtual info = let t = (match info.i_deprecated with None -> [] - | Some t -> ( Raw (Odoc_messages.deprecated^" ") ) :: t + | Some t -> ( Italic [Raw (Odoc_messages.deprecated^" ")] ) :: t ) @ (match info.i_desc with None -> [] |