# HG changeset patch # User Rik # Date 1401944948 25200 # Node ID 2dcc4398950d45e080c19b043782db75aa9a650e # Parent 96f22d6674c4c88f95e5933370ee538cfed025cd doc: Remove confusing extra 'summation' argument example to sparse(). * sparse.cc (Fsparse): Remove confusing extra 'summation' argument example from docstring. diff -r 96f22d6674c4 -r 2dcc4398950d libinterp/corefcn/sparse.cc --- a/libinterp/corefcn/sparse.cc Tue Jun 03 14:42:00 2014 -0700 +++ b/libinterp/corefcn/sparse.cc Wed Jun 04 22:09:08 2014 -0700 @@ -81,16 +81,6 @@ be added. See @code{accumarray} for an example of how to produce different\n\ behavior, such as taking the minimum instead.\n\ \n\ -The following are all equivalent:\n\ -\n\ -@example\n\ -@group\n\ -s = sparse (i, j, s, m, n)\n\ -s = sparse (i, j, s, m, n, \"summation\")\n\ -s = sparse (i, j, s, m, n, \"sum\")\n\ -@end group\n\ -@end example\n\ -\n\ Given the option @qcode{\"unique\"}, if more than two values are specified\n\ for the same @var{i}, @var{j} indices, the last specified value will be\n\ used.\n\