From b6cdb8ef25466a52336a9c6d88bf14627da8e57f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 27 Dec 2022 19:26:34 +0100 Subject: Fix doxygen warnings (typos in argument names) --- src/Fl_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Image.cxx') diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 5845bc101..6abd29f9d 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -388,7 +388,7 @@ Fl_RGB_Image::Fl_RGB_Image(const uchar *bits, int W, int H, int D, int LD) : access and instead set \c data to NULL and \c ld to \c ERR_MEMORY_ACCESS. \param bits image data - \param bit_length length of the \p bits array in bytes + \param bits_length length of the \p bits array in bytes \param W image width in pixels \param H image height in pixels \param D image depth in bytes, 1 for gray scale, 2 for gray with alpha, -- cgit v1.2.3