diff scripts/image/imshow.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 c792872f8942
children a066673566da
line wrap: on
line diff
--- a/scripts/image/imshow.m	Thu Jan 20 20:31:42 2011 -0800
+++ b/scripts/image/imshow.m	Thu Jan 20 21:29:14 2011 -0800
@@ -40,7 +40,7 @@
 ##
 ## If given, the parameter @var{string_param1} has value
 ## @var{value1}.  @var{string_param1} can be any of the following:
-## @table @samp
+## @table @asis
 ## @item "displayrange"
 ## @var{value1} is the display range as described above.
 ## @end table