From f551d538f23ddf810e7401a2d25de54dc5f15f75 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 27 Aug 2016 14:16:32 +0000 Subject: Add Doxygen comments for the Fl_RGB_Image::alloc_array and ::array public attributes. Also, document what is the value of alloc_array after construction of an Fl_RGB_Image object. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 5dad09c01..f2e68bc1b 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -201,8 +201,12 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image { static size_t max_size_; public: + /** Points to the start of the object's data array + */ const uchar *array; - int alloc_array; // Non-zero if array was allocated + /** If non-zero, the object's data array is delete[]'d when deleting the object. + */ + int alloc_array; private: // These two variables are used to cache the image and mask for the main display graphics driver -- cgit v1.2.3