diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-13 20:01:23 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-13 20:01:23 +0100 |
| commit | 0f1a803eb8bc718b3bc4cbcf4bfeff9eb9ab4577 (patch) | |
| tree | 7b224377dab2dfc764e5a8a2e40ccaeaca5e4717 /src/Fl_Shared_Image.cxx | |
| parent | 332a87aa4357c3138ebf4774efdc1243061f5d44 (diff) | |
Fix doxygen docs (typo, undocumented parameter)
Diffstat (limited to 'src/Fl_Shared_Image.cxx')
| -rw-r--r-- | src/Fl_Shared_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index d3f76cce9..c052041f9 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -405,7 +405,7 @@ Fl_Image *Fl_Shared_Image::copy() const { necessarily apply the color changes if this image is resized later. \param[in] c blend with this color - \param[in] bland fraction + \param[in] i blend fraction \see Fl_Image::color_average(Fl_Color c, float i) */ void |
