diff scripts/general/arrayfun.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents a8ce6bdecce5
children a4f482e66b65
line wrap: on
line diff
--- a/scripts/general/arrayfun.m
+++ b/scripts/general/arrayfun.m
@@ -40,7 +40,7 @@
 ## the input arguments given as third input argument @var{b}, fourth
 ## input argument @var{c}, @dots{}  If given more than one array input
 ## argument then all input arguments must have the same sizes, for
-## example
+## example:
 ##
 ## @example
 ## @group
@@ -54,7 +54,7 @@
 ## function @var{func} must return a single element which then will be
 ## concatenated into the return value and is of type matrix.  Otherwise,
 ## if that parameter is set to @code{false}, then the outputs are
-## concatenated in a cell array.  For example
+## concatenated in a cell array.  For example:
 ##
 ## @example
 ## @group
@@ -70,7 +70,7 @@
 ##
 ## If more than one output arguments are given then the named function
 ## must return the number of return values that also are expected, for
-## example
+## example:
 ##
 ## @example
 ## @group
@@ -111,7 +111,7 @@
 ## the array elements that caused the error.  The size of the output
 ## argument of @var{errfunc} must have the same size as the output
 ## argument of @var{func}, otherwise a real error is thrown.  For
-## example
+## example:
 ##
 ## @example
 ## @group