Mercurial > hg > octave-nkf
diff scripts/testfun/assert.m @ 9313:330672f4daaa
fix texinfo bug
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Sun, 07 Jun 2009 21:01:32 +0200 |
parents | 1bf0ce0930be |
children | bb2ae2210e37 |
line wrap: on
line diff
--- a/scripts/testfun/assert.m +++ b/scripts/testfun/assert.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} assert (@var{cond}) ## @deftypefnx {Function File} {} assert (@var{cond}, @var{errmsg}, @dots{}) -## @deftypefnx {Function File} {} assert (@var{cond}, @{var{msg_id}, @var{errmsg}, @dots{}) +## @deftypefnx {Function File} {} assert (@var{cond}, @var{msg_id}, @var{errmsg}, @dots{}) ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected}) ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected},@var{tol}) ##