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_SVG_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_SVG_Image.cxx') 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 -- cgit v1.2.3