# HG changeset patch # User Carnë Draug # Date 1415786890 0 # Node ID bd5844a43e9f1db5938dbc1f9f6bc3071e9906bf # Parent 891e707665dfd1c63191e007d40095d3c45fa2a4 doc: fix texinfo mistakes introduced in cset a0c42a32c6c4 diff --git a/inst/im2double.m b/inst/im2double.m --- 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 diff --git a/inst/im2int16.m b/inst/im2int16.m --- 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 diff --git a/inst/im2single.m b/inst/im2single.m --- 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 diff --git a/inst/im2uint16.m b/inst/im2uint16.m --- 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 diff --git a/inst/im2uint8.m b/inst/im2uint8.m --- 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