From e3e195a09cdf86c5cb7a395a9740de1b0109fbfd Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 26 Mar 2019 13:57:41 +0100 Subject: Use \deprecated Doxygen command where necessary --- src/Fl_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Image.cxx') diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 78ae1ce64..f4bf30b3e 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -282,11 +282,11 @@ void Fl_Image::scale(int width, int height, int proportional, int can_expand) } /** Draw the image to the current drawing surface rescaled to a given width and height. - Deprecated. Only for API compatibility with FLTK 1.3.4. Intended for internal use by the FLTK library. \param X,Y position of the image's top-left \param W,H width and height for the drawn image \return 1 + \deprecated Only for API compatibility with FLTK 1.3.4. */ int Fl_Image::draw_scaled(int X, int Y, int W, int H) { // transiently set image drawing size to WxH -- cgit v1.2.3