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_SVG_Image.cxx | |
| parent | 70a107537f7811e0be8b71fc269335cf5edf224a (diff) | |
Fix doxygen warnings (typos in argument names)
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index 58d477e93..b988ea6a0 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -95,7 +95,7 @@ Fl_SVG_Image::Fl_SVG_Image(const char *sharedname, const char *svg_data) : commonly used for compressed binary data, but the reader recognizes if the data is uncompressed, and reads it as a text block. - \param sharedname if not \c NULL, a shared image will be generated with this name + \param name if not \c NULL, a shared image will be generated with this name \param svg_data a pointer to the memory location of the SVG image data \param length of \p svg_data or \c 0 if the length is unknown. This will protect memory outside of the \p svg_data array from illegal read |
