comparison src/variables.cc @ 12632:2dbac27e0e40 stable

doc: miscellaneous touch-ups to documentation strings * debug.txi: Correct line number for debug example. * func.txi: Correct directory structure of functions shipped with Octave distribution. * edit.m: Eliminate reference to editor used by bug_report. * fzero.m: Add inline function to list of possible inputs. * fplot.m: Add comma to break list of possible inputs. * qqplot.m: Correct example so that it runs under current Octave distributions. * assert.m: Add seealso reference to fail. * fail.m: Add seealso reference to assert. Add additional calling forms of function. * load-path.cc (addpath): Don't use @samp which created double double quotes around option. * ov-fcn-inline.cc (vectorize): Add example usage. * variables.cc (exist): Add seealso link to file_in_loadpath.
author Rik <octave@nomad.inbox5.com>
date Mon, 25 Apr 2011 09:24:33 -0700
parents 232a90612254
children f96b9b9f141b 332bb3b9600e
comparison
equal deleted inserted replaced
12629:8c25df502846 12632:2dbac27e0e40
544 Check only for files.\n\ 544 Check only for files.\n\
545 \n\ 545 \n\
546 @item \"dir\"\n\ 546 @item \"dir\"\n\
547 Check only for directories.\n\ 547 Check only for directories.\n\
548 @end table\n\ 548 @end table\n\
549 @seealso{file_in_loadpath}\n\
549 @end deftypefn") 550 @end deftypefn")
550 { 551 {
551 octave_value retval = false; 552 octave_value retval = false;
552 553
553 int nargin = args.length (); 554 int nargin = args.length ();