From a2cbb03dc995227666f85b842489078fc86ef967 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 26 Mar 2019 11:06:55 +0100 Subject: Improve Doxygen doc of the Fl_SVG_Image constructor --- src/Fl_SVG_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index 6c4a70959..a2a1970cc 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -45,7 +45,7 @@ static double strtoll(const char *str, char **endptr, int base) { /** The constructor loads the SVG image from the given .svg/.svgz filename or in-memory data. - \param filename The full path and name of a .svg or .svgz file, or NULL. + \param filename Name of a .svg or .svgz file, or NULL. \param svg_data A pointer to the memory location of the SVG image data. This parameter allows to load an SVG image from in-memory data, and is used when \p filename is NULL. \note In-memory SVG data is parsed by the object constructor and is not used after construction. -- cgit v1.2.3