diff scripts/image/saveimage.m @ 11595:5ec6aa05638d

Prevent doubled quotes around @table items in Info.
author Rik <octave@nomad.inbox5.com>
date Thu, 20 Jan 2011 21:29:14 -0800
parents fd0a3ac60b0e
children
line wrap: on
line diff
--- a/scripts/image/saveimage.m
+++ b/scripts/image/saveimage.m
@@ -22,7 +22,7 @@
 ## Save the matrix @var{img} to file @var{fname} in image format @var{fmt}.
 ## Valid values for @var{fmt} are
 ##
-## @table @code
+## @table @asis
 ## @item "img"
 ## Octave's image format.  The current colormap is also saved in the file.
 ##