Mercurial > hg > octave-thorsten
changeset 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 | 2d7a478544c7 |
children | ae0deb52af27 |
files | scripts/ChangeLog scripts/testfun/test.m |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-12-24 Rik <octave@nomad.inbox5.com> + + * testfun/test.m: Use 'Command' for deftype in docstring. + 2010-12-24 Rik <octave@nomad.inbox5.com> * audio/setaudio.m: Re-write docstring.
--- 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