diff src/ov-oncleanup.cc @ 15684:ddc651eecf7a stable

Fix Info index for language statements (bug #37787) * dynamic.txi, errors.txi, stmt.txi, vectorize.txi: Remove @code from all node names, menus, and cross-references. * octave.texi: Remove @code from menu for statements. * ov-oncleanup.cc(Foncleanup): Remove @code from cross-reference in docstring.
author Rik <rik@octave.org>
date Wed, 28 Nov 2012 09:13:56 -0800
parents 72c96de7a403
children
line wrap: on
line diff
--- a/src/ov-oncleanup.cc	Fri Nov 23 11:31:31 2012 -0500
+++ b/src/ov-oncleanup.cc	Wed Nov 28 09:13:56 2012 -0800
@@ -197,7 +197,7 @@
 elements) or returned from a function, @var{action} will be executed after\n\
 clearing the last copy of the object.  Note that if multiple local onCleanup\n\
 variables are created, the order in which they are called is unspecified.\n\
-For similar functionality @xref{The @code{unwind_protect} Statement}.\n\
+For similar functionality @xref{The unwind_protect Statement}.\n\
 @end deftypefn")
 {
   octave_value retval;