summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_to_text.ml
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2002-07-22 15:59:38 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2002-07-22 15:59:38 +0000
commit674fbc45a4874bd164c77c68f746a5728ecac1ee (patch)
tree42d68a455d973060a9ef4764d0c7582eb4befa93 /ocamldoc/odoc_to_text.ml
parent8bd27a45b4dd08c8cfb28fc1bfa61d9953c472e1 (diff)
correction typos pour génération latex
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5019 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_to_text.ml')
-rw-r--r--ocamldoc/odoc_to_text.ml2
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 -> []