to describe more detail information
Change-Id: If88c36a7b121d35ad4a8f3528fa01a0220c2af49
/**
* @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();