changeset 914:bd5844a43e9f

doc: fix texinfo mistakes introduced in cset a0c42a32c6c4
author Carnë Draug <carandraug@octave.org>
date Wed, 12 Nov 2014 10:08:10 +0000
parents 891e707665df
children 8c8ed7c4ab83
files inst/im2double.m inst/im2int16.m inst/im2single.m inst/im2uint16.m inst/im2uint8.m
diffstat 5 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/inst/im2double.m
+++ b/inst/im2double.m
@@ -37,7 +37,8 @@
 ##
 ## @item double
 ## Returns the same image.
-## @end itemize
+##
+## @end table
 ##
 ## If the second argument is the string @qcode{"indexed"}, then values are
 ## cast to double precision, and a +1 offset is applied if input is
--- a/inst/im2int16.m
+++ b/inst/im2int16.m
@@ -33,7 +33,8 @@
 ##
 ## @item int16
 ## Returns the same image.
-## @end itemize
+##
+## @end table
 ##
 ## @seealso{im2bw, imcast, im2uint8, im2double, im2single, im2uint16}
 ## @end deftypefn
--- a/inst/im2single.m
+++ b/inst/im2single.m
@@ -36,7 +36,8 @@
 ##
 ## @item single
 ## Returns the same image.
-## @end itemize
+##
+## @end table
 ##
 ## If the second argument is the string @qcode{"indexed"}, then values are
 ## cast to single precision, and a +1 offset is applied if input is
--- a/inst/im2uint16.m
+++ b/inst/im2uint16.m
@@ -36,7 +36,8 @@
 ##
 ## @item uint16
 ## Returns the same image.
-## @end itemize
+##
+## @end table
 ##
 ## If the second argument is the string @qcode{"indexed"}, then values are
 ## cast to uint16, and a -1 offset is applied if input is
--- a/inst/im2uint8.m
+++ b/inst/im2uint8.m
@@ -36,7 +36,8 @@
 ##
 ## @item uint8
 ## Returns the same image.
-## @end itemize
+##
+## @end table
 ##
 ## If the second argument is the string @qcode{"indexed"}, then values are
 ## cast to uint8, and a -1 offset is applied if input is