[3.0] Update comment for Image::Image()
[platform/core/uifw/dali-core.git] / 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();