diff scripts/image/ind2gray.m @ 14260:1f911333ed3d

doc: Update docstrings for functions in image/ directory * aspell-octave.en.pws, brighten.m, colormap.m, contrast.m, flag.m, gmap40.m gray.m, gray2ind.m, hsv2rgb.m, image.m, ind2gray.m, ind2rgb.m, ntsc2rgb.m, ocean.m, rgb2hsv.m, rgb2ind.m, rgb2ntsc.m: Update docstrings.
author Rik <octave@nomad.inbox5.com>
date Tue, 24 Jan 2012 09:51:48 -0800
parents 72c96de7a403
children 806ea52af230 14b7679891dd
line wrap: on
line diff
--- a/scripts/image/ind2gray.m	Tue Jan 24 08:53:42 2012 -0800
+++ b/scripts/image/ind2gray.m	Tue Jan 24 09:51:48 2012 -0800
@@ -17,11 +17,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} ind2gray (@var{x}, @var{map})
-## Convert an Octave indexed image to a gray scale intensity image.
+## @deftypefn  {Function File} {} ind2gray (@var{x})
+## @deftypefnx {Function File} {} ind2gray (@var{x}, @var{map})
+## Convert a color indexed image to a gray scale intensity image.
 ## If @var{map} is omitted, the current colormap is used to determine the
 ## intensities.
-## @seealso{gray2ind, rgb2ntsc, image, colormap}
+## @seealso{gray2ind, ind2rgb}
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>