diff options
-rw-r--r-- | generator/generator_docstrings.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator_docstrings.ml b/generator/generator_docstrings.ml index 6d242bdc..baccdd64 100644 --- a/generator/generator_docstrings.ml +++ b/generator/generator_docstrings.ml @@ -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 |