From c489f3bf6a82a94c4bef82b800ffd8f3d7e4a0e8 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 10 Feb 2018 17:49:01 +0000 Subject: Fix error when running Doxygen (continued). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12661 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_read_image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl_read_image.cxx b/src/fl_read_image.cxx index c3357b14d..061ccc446 100644 --- a/src/fl_read_image.cxx +++ b/src/fl_read_image.cxx @@ -29,7 +29,7 @@ \returns pointer to pixel buffer, or NULL if allocation failed. The \p p argument points to a buffer that can hold the image and must - be at least \p W*H*3 bytes when reading RGB images, or \p W*H*4 bytes + be at least \p w*h*3 bytes when reading RGB images, or \p w*h*4 bytes when reading RGBA images. If NULL, fl_read_image() will create an array of the proper size which can be freed using delete[]. -- cgit v1.2.3