changeset 26942:0e5dc2e6c838

* 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 ca5344dd5f1c
children 791cb021ccb8
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/;