Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / images / native-image.h
index 15e4802..b8e1bd9 100644 (file)
@@ -36,6 +36,7 @@ class NativeImage;
 
 /**
  * @brief NativeImage represents an image resource that can be added to ImageViews.
+ *
  * Its data is provided by native resources, such as shared bitmap memory or pixmap from X11 or ECORE-X11, etc.
  * @since_tizen 2.4
  */
@@ -101,7 +102,7 @@ public:
   static NativeImage New( NativeImageInterface& nativeImageInterface );
 
   /**
-   * @brief Downcast an Object handle to NativeImage handle.
+   * @brief Downcast a handle to NativeImage handle.
    *
    * If handle points to a NativeImage object, the downcast produces valid handle.
    * If not, the returned handle is left unintialized.