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_Bitmap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Bitmap.cxx') diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 8a336b31e..07db83247 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -38,7 +38,7 @@ void Fl_Bitmap::draw(int XP, int YP, int WP, int HP, int cx, int cy) { constructor will not generate the bitmap to avoid illegal memory read access and instead set \c data to NULL and \c ld to \c ERR_MEMORY_ACCESS. \param bits bitmap data, one pixel per bit, rows are rounded to the next byte - \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 \see Fl_Bitmap(const char *bits, int bits_length, int W, int H), @@ -69,7 +69,7 @@ Fl_Bitmap::Fl_Bitmap(const uchar *bits, int bits_length, int W, int H) : constructor will not generate the bitmap to avoid illegal memory read access and instead set \c data to NULL and \c ld to \c ERR_MEMORY_ACCESS. \param bits bitmap data, one pixel per bit, rows are rounded to the next byte - \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 \see Fl_Bitmap(const uchar *bits, int bits_length, int W, int H), -- cgit v1.2.3