diff scripts/general/validateattributes.m @ 19103:efd5cf93013b

doc: Move validatestrings into function chapter of manual. * func.txi: Add validatestrings to function chapter dealing with processing function inputs. * strings.txi: Remove validatestrings from strings chapter. * validateattributes.m: Update seealso cross reference list. * validatestring.m: Update seealso cross reference list.
author Rik <rik@octave.org>
date Mon, 01 Sep 2014 11:46:46 -0700
parents 2b01c11197d6
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/general/validateattributes.m	Mon Sep 01 10:57:29 2014 -0700
+++ b/scripts/general/validateattributes.m	Mon Sep 01 11:46:46 2014 -0700
@@ -161,7 +161,7 @@
 ##
 ## @end table
 ##
-## @seealso{nargin, varargin, isa, validatestring}
+## @seealso{isa, validatestring, inputParser}
 ## @end deftypefn
 
 function validateattributes (A, cls, attr, varargin)