[3.0] Update comment for Image::Image() 71/98271/1
authorYoonsang Lee <yslee111@gmail.com>
Thu, 17 Nov 2016 00:23:03 +0000 (09:23 +0900)
committerYoonsang Lee <yslee111@gmail.com>
Thu, 17 Nov 2016 00:23:39 +0000 (09:23 +0900)
to describe more detail information

Change-Id: If88c36a7b121d35ad4a8f3528fa01a0220c2af49

dali/public-api/images/image.h

index 0ba35a6..bcdb0a1 100644 (file)
@@ -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();