diff options
| -rw-r--r-- | FL/Fl_Shared_Image.H | 4 | ||||
| -rw-r--r-- | src/fl_images_core.cxx | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/FL/Fl_Shared_Image.H b/FL/Fl_Shared_Image.H index 2318d7f24..6cb94a60e 100644 --- a/FL/Fl_Shared_Image.H +++ b/FL/Fl_Shared_Image.H @@ -25,8 +25,8 @@ // http://www.fltk.org/str.php // -/* \file - Fl_Shared_Image class . */ +/** \file + Fl_Shared_Image class. */ #ifndef Fl_Shared_Image_H # define Fl_Shared_Image_H diff --git a/src/fl_images_core.cxx b/src/fl_images_core.cxx index b50d711ce..c40ebb00b 100644 --- a/src/fl_images_core.cxx +++ b/src/fl_images_core.cxx @@ -53,10 +53,13 @@ static Fl_Image *fl_check_images(const char *name, uchar *header, int headerlen); -// -// 'fl_register_images()' - Register the image formats. -// - +/** +\brief Register the image formats. + * + This function is provided in the fltk_images library and + registers all of the "extra" image file formats that are not part + of the core FLTK library. +*/ void fl_register_images() { Fl_Shared_Image::add_handler(fl_check_images); } |
