comparison scripts/general/arrayfun.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 693e22af08ae
children 994e2a93a8e2
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
102 ## 102 ##
103 ## @example 103 ## @example
104 ## function [@dots{}] = errfunc (@var{s}, @dots{}) 104 ## function [@dots{}] = errfunc (@var{s}, @dots{})
105 ## @end example 105 ## @end example
106 ## 106 ##
107 ## @noindent
107 ## where there is an additional input argument to @var{errfunc} 108 ## where there is an additional input argument to @var{errfunc}
108 ## relative to @var{func}, given by @var{s}. This is a structure with 109 ## relative to @var{func}, given by @var{s}. This is a structure with
109 ## the elements "identifier", "message" and "index", giving 110 ## the elements "identifier", "message" and "index", giving
110 ## respectively the error identifier, the error message and the index of 111 ## respectively the error identifier, the error message and the index of
111 ## the array elements that caused the error. The size of the output 112 ## the array elements that caused the error. The size of the output