[3.0] Update doxygen tags
[platform/core/uifw/dali-core.git] / dali / public-api / images / pixel-data.h
index fd830d8..8f8f592 100644 (file)
@@ -40,6 +40,10 @@ class DALI_IMPORT_API PixelData : public BaseHandle
 {
 public:
 
+  /**
+   * @brief Function to release the pixel buffer
+   * @SINCE_1_1.43
+   */
   enum ReleaseFunction
   {
     FREE,          ///< Use free function to release the pixel buffer     @SINCE_1_1.43
@@ -56,6 +60,7 @@ public:
    * @param[in] height           Buffer height in pixels
    * @param[in] pixelFormat      The pixel format
    * @param[in] releaseFunction  The function used to release the memory.
+   * @return A handle to the PixelData
    */
   static PixelData New( unsigned char* buffer,
                         unsigned int bufferSize,
@@ -73,7 +78,7 @@ public:
   PixelData();
 
   /**
-   * Destructor
+   * @brief Destructor.
    *
    * @SINCE_1_1.43
    */
@@ -97,7 +102,7 @@ public:
   PixelData& operator=(const PixelData& rhs);
 
   /**
-   * Get the width of the buffer in pixels.
+   * @brief Get the width of the buffer in pixels.
    *
    * @SINCE_1_1.43
    * @return The width of the buffer in pixels
@@ -105,7 +110,7 @@ public:
   unsigned int GetWidth() const;
 
   /**
-   * Get the height of the buffer in pixels
+   * @brief Get the height of the buffer in pixels.
    *
    * @SINCE_1_1.43
    * @return The height of the buffer in pixels
@@ -113,7 +118,7 @@ public:
   unsigned int GetHeight() const;
 
   /**
-   * Get the pixel format
+   * @brief Get the pixel format.
    *
    * @SINCE_1_1.43
    * @return The pixel format