diff scripts/testfun/rundemos.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 fd0a3ac60b0e
children 64193afe93d8
line wrap: on
line diff
--- a/scripts/testfun/rundemos.m	Sat May 14 09:57:50 2011 -0700
+++ b/scripts/testfun/rundemos.m	Sat May 14 21:17:20 2011 -0700
@@ -17,7 +17,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} rundemos (@var{directory})
+## @deftypefn  {Function File} {} rundemos ()
+## @deftypefnx {Function File} {} rundemos (@var{directory})
+## Execute built-in demos 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{runtests, path}
 ## @end deftypefn
 
 ## Author: jwe