changeset 27959:93f455582f60 stable

* mk-doc-cache.pk: Also translate @seealso here. (bug #55952)
author John W. Eaton <jwe@octave.org>
date Tue, 19 Mar 2019 17:10:39 +0000
parents 5b68417087bb
children bb214b62839a 904c9e3244bc
files doc/interpreter/mk-doc-cache.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/mk-doc-cache.pl	Tue Mar 19 16:51:37 2019 +0000
+++ b/doc/interpreter/mk-doc-cache.pl	Tue Mar 19 17:10:39 2019 +0000
@@ -71,6 +71,8 @@
           next if $in_header;
           next if $line =~ /$tex_delim_pat/;
 
+          $line =~ s/\@seealso/\@xseealso/g;
+
           ## escape {}@ characters for texinfo
           $line =~ s/([{}\@])/\@$1/g
             if $line =~ m/^$doc_delim/;