summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-14 18:19:41 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-14 18:19:41 +0000
commit7ddd3b8c50d365d860235e4e50b0db06c6acb2d1 (patch)
tree9abdab230ab58531db07be04f1f4d795d1805077 /src/Fl_JPEG_Image.cxx
parent806dd6bbdcd6be25a7f391b6a65401d9c4ee362d (diff)
Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class hierarchy is up-to-date. Also completed the documentation of the useful Fl_Shared_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6241 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_JPEG_Image.cxx')
-rw-r--r--src/Fl_JPEG_Image.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx
index 13889000a..63c09261e 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -88,10 +88,10 @@ extern "C" {
#endif // HAVE_LIBJPEG
-//
-// 'Fl_JPEG_Image::Fl_JPEG_Image()' - Load a JPEG image file.
-//
-
+/**
+ The constructor loads the JPEG image from the given jpeg filename.
+ <P>The inherited destructor free all memory and server resources that are used by the image.
+*/
Fl_JPEG_Image::Fl_JPEG_Image(const char *jpeg) // I - File to load
: Fl_RGB_Image(0,0,0) {
#ifdef HAVE_LIBJPEG