Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / images / native-image-interface.h
index 7b3b00b..5a3d130 100644 (file)
@@ -48,7 +48,7 @@ public:
    *
    * e.g. For the EglImageKHR extension, this corresponds to calling eglCreateImageKHR()
    * @since_tizen 2.4
-   * @return false If the initialization fails.
+   * @return False If the initialization fails.
    * @pre There is a GL context for the current thread.
    */
   virtual bool GlExtensionCreate() = 0;
@@ -72,7 +72,7 @@ public:
   virtual unsigned int TargetTexture() = 0;
 
   /**
-   * @brief Called in each NativeTexture::Bind() call to allow implementation specific operations.
+   * @brief Called in internal each NativeTexture::Bind() call to allow implementation specific operations.
    *
    * The correct texture sampler has already been bound before the function gets called.
    * @since_tizen 2.4
@@ -84,7 +84,7 @@ public:
    * @brief Returns the width of the NativeImage.
    *
    * @since_tizen 2.4
-   * @return width
+   * @return Width
    */
   virtual unsigned int GetWidth() const = 0;
 
@@ -92,7 +92,7 @@ public:
    * @brief Returns the height of the NativeImage.
    *
    * @since_tizen 2.4
-   * @return height
+   * @return Height
    */
   virtual unsigned int GetHeight() const = 0;