From 4e2c73b8f7ad85c591c52fd11ce4ead6b414450b Mon Sep 17 00:00:00 2001 From: Yoonsang Lee Date: Thu, 17 Nov 2016 09:23:03 +0900 Subject: [PATCH] [3.0] Update comment for Image::Image() to describe more detail information Change-Id: If88c36a7b121d35ad4a8f3528fa01a0220c2af49 --- dali/public-api/images/image.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dali/public-api/images/image.h b/dali/public-api/images/image.h index 0ba35a6..bcdb0a1 100644 --- a/dali/public-api/images/image.h +++ b/dali/public-api/images/image.h @@ -70,7 +70,10 @@ public: /** * @brief Constructor which creates an empty Image handle. * - * Use the appropriate New method to create an initialized handle. + * This class has no New method. + * Use the appropriate New method of its subclasses to create an initialized handle. + * (Dali::BufferImage::New(), Dali::EncodedBufferImage::New(), Dali::FrameBufferImage::New(), + * Dali::NativeImage::New(), Dali::ResourceImage::New()) * @SINCE_1_0.0 */ Image(); -- 2.7.4