Mercurial > hg > octave-nkf
diff scripts/testfun/runtests.m @ 12668:e3dc23f7dd54 stable
doc: Improve a few docstrings related to test functions and directories.
* what.m, rundemos.m, runtests.m, dirfns.cc (filesep),
utils.cc (find_dir_in_path): Improve docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 14 May 2011 21:17:20 -0700 |
parents | 0ee8d7d60c82 |
children | 64193afe93d8 |
line wrap: on
line diff
--- a/scripts/testfun/runtests.m +++ b/scripts/testfun/runtests.m @@ -17,8 +17,12 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {} runtests (@var{directory}) +## @deftypefn {Function File} {} runtests () +## @deftypefnx {Function File} {} runtests (@var{directory}) ## Execute built-in tests for all function files in the specified directory. +## If no directory is specified, operate on all directories in Octave's +## search path for functions. +## @seealso{rundemos, path} ## @end deftypefn ## Author: jwe