diff options
| author | Manolo Gouy <Manolo> | 2010-04-14 20:47:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-04-14 20:47:34 +0000 |
| commit | fe76949b830f6a0b7efa213aa337a223fe2ab139 (patch) | |
| tree | 7231e394f30901417d0ef002dfb604b3294b10d1 /src/fl_images_core.cxx | |
| parent | 30d00ceb075adaa945a5176a3272982a856f0a9b (diff) | |
Made fl_register_images() seen by Doxygen.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7505 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_images_core.cxx')
| -rw-r--r-- | src/fl_images_core.cxx | 11 |
1 files changed, 7 insertions, 4 deletions
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); } |
