summaryrefslogtreecommitdiff
path: root/src/Fl_Image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-27 19:26:34 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-27 19:26:34 +0100
commitb6cdb8ef25466a52336a9c6d88bf14627da8e57f (patch)
tree3823e0d57bad60d2224f8f50f34b2458176402f0 /src/Fl_Image.cxx
parent70a107537f7811e0be8b71fc269335cf5edf224a (diff)
Fix doxygen warnings (typos in argument names)
Diffstat (limited to 'src/Fl_Image.cxx')
-rw-r--r--src/Fl_Image.cxx2
1 files changed, 1 insertions, 1 deletions
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,