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 +- src/Fl_Image_Surface.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx index 73956306d..fe38405a7 100644 --- a/src/Fl_Image_Surface.cxx +++ b/src/Fl_Image_Surface.cxx @@ -91,7 +91,7 @@ Fl_RGB_Image *Fl_Image_Surface::image() { The returned Fl_Shared_Image object is scaled to a size of WxH FLTK units and may have a pixel size larger than these values. The returned object should be deallocated with Fl_Shared_Image::release() after use. - Deprecated: use image() instead. + \deprecated Use image() instead. \version 1.4 (1.3.4 for MacOS platform only) */ Fl_Shared_Image* Fl_Image_Surface::highres_image() -- cgit v1.2.3