Remove doxygen warning
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

todo: find the real cause of these warnings in the previous version:

FL/Fl_Image.H:339: warning: unable to resolve reference to 'fl_write_png' for \ref command
FL/Fl_Image.H:339: warning: unable to resolve reference to 'fl_write_jpeg' for \ref command
This commit is contained in:
Albrecht Schlosser
2026-05-11 19:27:19 +02:00
parent 0d91156f07
commit f116bbe1b8
+3 -2
View File
@@ -336,8 +336,9 @@ class Fl_SVG_Image;
Images with an even number of channels are assumed to contain
alpha information, which is used to blend the image with the
contents of the screen.
Functions \ref fl_write_png and \ref fl_write_jpeg allow to save any
Fl_RGB_Image object to a PNG or JPEG file, respectively.
Functions fl_write_png(const char *filename, Fl_RGB_Image *img) and
fl_write_jpeg(const char *filename, Fl_RGB_Image *img) allow to save
any Fl_RGB_Image object to a PNG or JPEG file, respectively.
Both require linking to the \p fltk_images library.
Fl_RGB_Image is defined in