comparison doc/interpreter/func.txi @ 19112:bc640d4678fb

Undeprecate nargchk, but add note that narginchk is preferred. * func.txi: Use narginchk instead of nargchk in documentation example. * scripts/deprecated/nargchk.m: Remove deprecated version of nargchk. * scripts/deprecated/module.mk: Remove deprecated nargchk.m from build system. * scripts/general/nargchk.m: Add caution to docstring that this function may be removed in the future and that narginchk is preferred.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 15:01:25 -0700
parents efd5cf93013b
children c43223245085
comparison
equal deleted inserted replaced
19111:d4a920d28242 19112:bc640d4678fb
1496 Class functions for the FTP object. 1496 Class functions for the FTP object.
1497 1497
1498 @item general 1498 @item general
1499 Miscellaneous matrix manipulations, like @code{flipud}, @code{rot90}, 1499 Miscellaneous matrix manipulations, like @code{flipud}, @code{rot90},
1500 and @code{triu}, as well as other basic functions, like 1500 and @code{triu}, as well as other basic functions, like
1501 @code{ismatrix}, @code{nargchk}, etc. 1501 @code{ismatrix}, @code{narginchk}, etc.
1502 1502
1503 @item geometry 1503 @item geometry
1504 Functions related to Delaunay triangulation. 1504 Functions related to Delaunay triangulation.
1505 1505
1506 @item help 1506 @item help