diff scripts/plot/plot.m @ 10687:a8ce6bdecce5

Improve documentation strings.
author Rik <octave@nomad.inbox5.com>
date Tue, 08 Jun 2010 20:22:38 -0700
parents b5cc666da6ca
children 390d93e20531
line wrap: on
line diff
--- a/scripts/plot/plot.m	Tue Jun 08 21:08:03 2010 +0200
+++ b/scripts/plot/plot.m	Tue Jun 08 20:22:38 2010 -0700
@@ -18,11 +18,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} plot (@var{y})
+## @deftypefn  {Function File} {} plot (@var{y})
 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y})
 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{property}, @var{value}, @dots{})
 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{fmt})
 ## @deftypefnx {Function File} {} plot (@var{h}, @dots{})
+## @deftypefnx {Function File} {@var{h} =} plot (@dots{})
 ## Produces two-dimensional plots.  Many different combinations of
 ## arguments are possible.  The simplest form is
 ##