Mercurial > hg > octave-nkf
diff scripts/testfun/test.m @ 11412:a8a9f062d0ef
test.m: Use 'Command' for deftype in docstring.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 24 Dec 2010 07:32:21 -0800 |
parents | c9b0a75b02e8 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/testfun/test.m +++ b/scripts/testfun/test.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {} test @var{name} -## @deftypefnx {Function File} {} test @var{name} quiet|normal|verbose +## @deftypefn {Command} {} test @var{name} +## @deftypefnx {Command} {} test @var{name} quiet|normal|verbose ## @deftypefnx {Function File} {} test ('@var{name}', 'quiet|normal|verbose', @var{fid}) ## @deftypefnx {Function File} {} test ([], 'explain', @var{fid}) ## @deftypefnx {Function File} {@var{success} =} test (@dots{}) @@ -65,7 +65,7 @@ ## ## If the second argument is 'explain', then @var{name} is ignored and an ## explanation of the line markers used is written to the file @var{fid}. -## @seealso{error, assert, fail, demo, example} +## @seealso{assert, fail, error, demo, example} ## @end deftypefn ## FIXME: * Consider using keyword fail rather then error? This allows us