diff scripts/image/loadimage.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ec8c33dcd1bf
children 28e8abe7027e
line wrap: on
line diff
--- a/scripts/image/loadimage.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/image/loadimage.m	Mon Mar 06 21:26:54 2006 +0000
@@ -21,9 +21,8 @@
 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} loadimage (@var{file})
 ## Load an image file and it's associated color map from the specified
 ## @var{file}.  The image must be stored in Octave's image format.
+## @seealso{saveimage, load, save}
 ## @end deftypefn
-##
-## @seealso{saveimage, load, and save}
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
 ## Created: July 1994