comparison scripts/deprecated/module.mk @ 19304: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 d4a920d28242
children a4c226a963c5
comparison
equal deleted inserted replaced
19303:d4a920d28242 19304:bc640d4678fb
2 2
3 deprecated_FCN_FILES = \ 3 deprecated_FCN_FILES = \
4 deprecated/bicubic.m \ 4 deprecated/bicubic.m \
5 deprecated/find_dir_in_path.m \ 5 deprecated/find_dir_in_path.m \
6 deprecated/isstr.m \ 6 deprecated/isstr.m \
7 deprecated/nargchk.m \
8 deprecated/nfields.m \ 7 deprecated/nfields.m \
9 deprecated/strmatch.m \ 8 deprecated/strmatch.m \
10 deprecated/syl.m \ 9 deprecated/syl.m \
11 deprecated/usage.m 10 deprecated/usage.m
12 11