diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
| commit | e3e195a09cdf86c5cb7a395a9740de1b0109fbfd (patch) | |
| tree | 759021bc56af6bc37e87e47c0906b7cb0c20d6bd /src | |
| parent | a67a9b0f589d41e281a5c6e5a860d761bf365217 (diff) | |
Use \deprecated Doxygen command where necessary
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Image.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Image_Surface.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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() |
