comparison doc/interpreter/vectorize.txi @ 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 18f8f2987205
comparison
equal deleted inserted replaced
15622:7f4e7073b2e0 15684:ddc651eecf7a
630 Parsing input or looking up the name of a function in the symbol table are 630 Parsing input or looking up the name of a function in the symbol table are
631 relatively expensive operations. 631 relatively expensive operations.
632 632
633 If you are using @code{eval} merely as an exception handling mechanism, and not 633 If you are using @code{eval} merely as an exception handling mechanism, and not
634 because you need to execute some arbitrary text, use the @code{try} 634 because you need to execute some arbitrary text, use the @code{try}
635 statement instead. @xref{The @code{try} Statement}. 635 statement instead. @xref{The try Statement}.
636 636
637 @item Use @code{ignore_function_time_stamp} when appropriate. 637 @item Use @code{ignore_function_time_stamp} when appropriate.
638 If you are calling lots of functions, and none of them will need to change 638 If you are calling lots of functions, and none of them will need to change
639 during your run, set the variable @code{ignore_function_time_stamp} to 639 during your run, set the variable @code{ignore_function_time_stamp} to
640 @code{"all"}. This will stop Octave from checking the time stamp of a function 640 @code{"all"}. This will stop Octave from checking the time stamp of a function