Mercurial > hg > octave-nkf
comparison src/variables.cc @ 12546:39ca02387a32
Improve docstrings for a number of functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 28 Mar 2011 16:38:13 -0700 |
parents | 7a5aacf65f81 |
children | 232a90612254 |
comparison
equal
deleted
inserted
replaced
12545:e4a22302dc97 | 12546:39ca02387a32 |
---|---|
1753 from a file.\n\ | 1753 from a file.\n\ |
1754 @end table\n\ | 1754 @end table\n\ |
1755 \n\ | 1755 \n\ |
1756 If called as a function, return a cell array of defined variable names\n\ | 1756 If called as a function, return a cell array of defined variable names\n\ |
1757 matching the given patterns.\n\ | 1757 matching the given patterns.\n\ |
1758 @seealso{whos, regexp}\n\ | 1758 @seealso{whos, isglobal, isvarname, exist, regexp}\n\ |
1759 @end deftypefn") | 1759 @end deftypefn") |
1760 { | 1760 { |
1761 octave_value retval; | 1761 octave_value retval; |
1762 | 1762 |
1763 if (nargout < 2) | 1763 if (nargout < 2) |