Mercurial > hg > octave-lyh
diff scripts/general/nargoutchk.m @ 13852:e36817e2ee60
New function narginchk
author | Carnë Draug <carandraug+dev@gmail.com> |
---|---|
date | Fri, 28 Oct 2011 17:31:43 +0100 |
parents | 49553ea11764 |
children | 9326fc1f0c71 |
line wrap: on
line diff
--- a/scripts/general/nargoutchk.m +++ b/scripts/general/nargoutchk.m @@ -25,7 +25,7 @@ ## ## This is useful for checking to see that the number of output ## arguments supplied to a function is within an acceptable range. -## @seealso{nargchk, error, nargout, nargin} +## @seealso{nargchk, narginchk, error, nargout, nargin} ## @end deftypefn ## Author: Bill Denney <bill@denney.ws>