docs: Emphasize deprecation notice in man pages.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 6 Aug 2011 15:00:01 +0000 (16:00 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 6 Aug 2011 15:00:01 +0000 (16:00 +0100)
generator/generator_docstrings.ml

index 6d242bd..baccdd6 100644 (file)
@@ -45,7 +45,7 @@ let deprecation_notice ?(prefix = "") flags =
     let alt =
       find_map (function DeprecatedBy str -> Some str | _ -> None) flags in
     let txt =
-      sprintf "This function is deprecated.
+      sprintf "I<This function is deprecated.>
 In new code, use the L</%s%s> call instead.
 
 Deprecated functions will not be removed from the API, but the