summaryrefslogtreecommitdiff
path: root/src/Fl_SVG_Image.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 11:06:55 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 11:06:55 +0100
commita2cbb03dc995227666f85b842489078fc86ef967 (patch)
tree203b8d438eb4c83ad450ba7acb32caa57bfbbf7b /src/Fl_SVG_Image.cxx
parent499ec5c2915530bc3b0d72ef37ff74801cfc67a7 (diff)
Improve Doxygen doc of the Fl_SVG_Image constructor
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
-rw-r--r--src/Fl_SVG_Image.cxx2
1 files changed, 1 insertions, 1 deletions
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.