diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-12-27 19:26:34 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-12-27 19:26:34 +0100 |
| commit | b6cdb8ef25466a52336a9c6d88bf14627da8e57f (patch) | |
| tree | 3823e0d57bad60d2224f8f50f34b2458176402f0 /src/Fl_Bitmap.cxx | |
| parent | 70a107537f7811e0be8b71fc269335cf5edf224a (diff) | |
Fix doxygen warnings (typos in argument names)
Diffstat (limited to 'src/Fl_Bitmap.cxx')
| -rw-r--r-- | src/Fl_Bitmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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), |
