changeset 32727:efcde0e04f5f stable

doc: Remove @seealso link to Octave keyword in onCleanup docstring. * ov-oncleanup.cc (FonCleanup): Remove @seealso link to unwind_protect and try keywords.
author Rik <rik@octave.org>
date Wed, 10 Jan 2024 21:17:18 -0800
parents 9f12e124f154
children e36a95093ef6 d2203c8960a2
files libinterp/octave-value/ov-oncleanup.cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-oncleanup.cc	Wed Jan 10 18:07:44 2024 -0800
+++ b/libinterp/octave-value/ov-oncleanup.cc	Wed Jan 10 21:17:18 2024 -0800
@@ -226,11 +226,10 @@
 octave:1> trigger = onCleanup (@@() disp ('onCleanup was executed'));
 octave:2> clear trigger
 onCleanup was executed
-octave:3 
+octave:3
 @end group
 @end example
 
-@seealso{unwind_protect, try}
 @end deftypefn */)
 {
   if (args.length () != 1)