Mercurial > hg > octave-lyh
diff src/graphics.cc @ 11572:7d6d8c1e471f
Grammarcheck Texinfo for files in src directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 17:51:22 -0800 |
parents | fd0a3ac60b0e |
children | 8ac9687dbe9f |
line wrap: on
line diff
--- a/src/graphics.cc +++ b/src/graphics.cc @@ -5936,7 +5936,7 @@ DEFUN (reset, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} reset (@var{h}, @var{property})\n\ -Removes any defaults set for the handle @var{h}. The default figure\n\ +Remove any defaults set for the handle @var{h}. The default figure\n\ properties \"position\", \"units\", \"windowstyle\" and\n\ \"paperunits\" and the default axes properties \"position\" and \"units\"\n\ are not reset.\n\ @@ -6398,7 +6398,7 @@ DEFUN (__calc_dimensions__, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} __calc_dimensions__ (@var{axes})\n\ -Internal function. Determine the number of dimensions in a graphics\n\ +Internal function. Determine the number of dimensions in a graphics\n\ object, whether 2 or 3.\n\ @end deftypefn") { @@ -6697,7 +6697,7 @@ DEFUN (__image_pixel_size__, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {@var{px},@var{py}} __image_pixel_size__ (@var{h})\n\ +@deftypefn {Built-in Function} {@var{px}, @var{py}} __image_pixel_size__ (@var{h})\n\ Internal function: returns the pixel size of the image in normalized units.\n\ @end deftypefn") { @@ -7049,7 +7049,8 @@ DEFUN (addproperty, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} addproperty (@var{name}, @var{h}, @var{type}, [@var{arg}, @dots{}])\n\ +@deftypefn {Built-in Function} {} addproperty (@var{name}, @var{h}, @var{type})\n\ +@deftypefnx {Built-in Function} {} addproperty (@var{name}, @var{h}, @var{type}, @var{arg}, @dots{})\n\ Create a new property named @var{name} in graphics object @var{h}.\n\ @var{type} determines the type of the property to create. @var{args}\n\ usually contains the default value of the property, but additional\n\