changeset 10699:da51afafca80

scatter.m: Add new calling forms of function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 12 Jun 2010 07:20:35 -0700
parents fa00ccf7b1f9
children a3c04f036352
files scripts/ChangeLog scripts/plot/scatter.m
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-12  Rik <octave@nomad.inbox5.com>
+
+        * plot/scatter.m: Add new calling forms of function to documentation.
+
 2010-06-10  Ben Abbott <bpabbott@mac.com>
 
 	* plot/private/__scatter__.m, plot/scatter.m: Honor Matlab color
--- a/scripts/plot/scatter.m
+++ b/scripts/plot/scatter.m
@@ -17,10 +17,13 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c})
-## @deftypefnx {Function File} {} scatter (@dots{}, 'filled')
-## @deftypefnx {Function File} {} scatter (@dots{}, @var{style})
-## @deftypefnx {Function File} {} scatter (@dots{}, @var{prop}, @var{val})
+## @deftypefn {Function File} {} scatter (@var{x}, @var{y})
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s})
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{c})
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c})
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, 'filled')
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, @var{style})
+## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, @var{prop}, @var{val})
 ## @deftypefnx {Function File} {} scatter (@var{h}, @dots{})
 ## @deftypefnx {Function File} {@var{h} =} scatter (@dots{})
 ##