[3.0] Update doxygen comments
[platform/core/uifw/dali-core.git] / dali / public-api / images / image-operations.h
index 3d42806..17f83e5 100644 (file)
@@ -49,6 +49,10 @@ typedef Dali::Uint16Pair ImageDimensions;
  */
 namespace FittingMode
 {
+  /**
+   * @brief Enumeration for FittingMode type.
+   * @SINCE_1_0.0
+   */
   enum Type
   {
     SHRINK_TO_FIT, ///< Fit full image inside desired width & height, potentially not @SINCE_1_0.0
@@ -80,6 +84,10 @@ namespace FittingMode
  */
 namespace SamplingMode
 {
+  /**
+   * @brief Enumeration for SamplingMode type.
+   * @SINCE_1_0.0
+   */
   enum Type
   {
     BOX,              ///< Iteratively box filter to generate an image of 1/2, 1/4, @SINCE_1_0.0