Author: manolo Date: 2010-04-14 13:47:34 -0700 (Wed, 14 Apr 2010) New Revision: 7505 Log: Made fl_register_images() seen by Doxygen.
Modified: branches/branch-1.3/FL/Fl_Shared_Image.H branches/branch-1.3/src/fl_images_core.cxx Modified: branches/branch-1.3/FL/Fl_Shared_Image.H =================================================================== --- branches/branch-1.3/FL/Fl_Shared_Image.H 2010-04-14 20:17:44 UTC (rev 7504) +++ branches/branch-1.3/FL/Fl_Shared_Image.H 2010-04-14 20:47:34 UTC (rev 7505) @@ -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 Modified: branches/branch-1.3/src/fl_images_core.cxx =================================================================== --- branches/branch-1.3/src/fl_images_core.cxx 2010-04-14 20:17:44 UTC (rev 7504) +++ branches/branch-1.3/src/fl_images_core.cxx 2010-04-14 20:47:34 UTC (rev 7505) @@ -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); } _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
