Apply the new doxygen tagging rule for @SINCE
[platform/core/uifw/dali-core.git] / dali / public-api / images / encoded-buffer-image.h
index f922155..fb7501b 100644 (file)
@@ -64,6 +64,7 @@ typedef Uint16Pair ImageDimensions;
  *
  * Image::UploadedSignal is emitted when the decoded image data gets
  * uploaded to the OpenGL ES implementation.
+ * @SINCE_1_0.0
  */
 class DALI_IMPORT_API EncodedBufferImage : public Image
 {
@@ -72,6 +73,7 @@ public:
    * @brief Constructor which creates an uninitialized EncodedBufferImage object.
    *
    * Use Image::New(...) to create an initialised object.
+   * @SINCE_1_0.0
    */
   EncodedBufferImage();
 
@@ -80,6 +82,7 @@ public:
    *
    * @brief Create an initialised image object from an encoded image buffer in memory.
    *
+   * @SINCE_1_0.0
    * @param [in] encodedImage The encoded bytes of an image, in a supported
    * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised
    * exactly as it would be as a file in the filesystem.
@@ -101,6 +104,7 @@ public:
   /**
    * @brief Create an initialised image object from an encoded image buffer in memory.
    *
+   * @SINCE_1_0.0
    * @param [in] encodedImage The encoded bytes of an image, in a supported
    * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised
    * exactly as it would be as a file in the filesystem.
@@ -115,8 +119,7 @@ public:
   /**
    * @brief Create an initialised image object from an encoded image buffer in memory.
    *
-   * @since DALi 1.1.4
-   *
+   * @SINCE_1_1.4
    * @param [in] encodedImage The encoded bytes of an image, in a supported
    * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised
    * exactly as it would be as a file in the filesystem.
@@ -139,6 +142,7 @@ public:
    *
    * If handle points to a EncodedBufferImage the
    * downcast produces valid handle. If not the returned handle is left uninitialized.
+   * @SINCE_1_0.0
    * @param[in] handle to An object
    * @return handle to a EncodedBufferImage or an uninitialized handle
    */
@@ -148,12 +152,14 @@ public:
    * @brief Destructor
    *
    * This is non-virtual since derived Handle types must not contain data or virtual methods.
+   * @SINCE_1_0.0
    */
   ~EncodedBufferImage();
 
   /**
    * @brief This copy constructor is required for (smart) pointer semantics.
    *
+   * @SINCE_1_0.0
    * @param [in] handle A reference to the copied handle
    */
   EncodedBufferImage(const EncodedBufferImage& handle);
@@ -161,6 +167,7 @@ public:
   /**
    * @brief This assignment operator is required for (smart) pointer semantics.
    *
+   * @SINCE_1_0.0
    * @param [in] rhs  A reference to the copied handle
    * @return A reference to this
    */