changeset 18843:2dcc4398950d stable

doc: Remove confusing extra 'summation' argument example to sparse(). * sparse.cc (Fsparse): Remove confusing extra 'summation' argument example from docstring.
author Rik <rik@octave.org>
date Wed, 04 Jun 2014 22:09:08 -0700
parents 96f22d6674c4
children d67f33a4009d 492c56149535
files libinterp/corefcn/sparse.cc
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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\