[3.0] Update doxygen comments
[platform/core/uifw/dali-core.git] / dali / public-api / images / image-operations.h
index acb948f..17f83e5 100644 (file)
@@ -37,7 +37,7 @@ namespace Dali
  * This can only be used for images of up to 65535 x 65535 pixels.
  * @SINCE_1_0.0
  */
-typedef Uint16Pair ImageDimensions;
+typedef Dali::Uint16Pair ImageDimensions;
 
 /**
  * @brief Fitting options, used when resizing images to fit desired dimensions.
@@ -49,6 +49,10 @@ typedef 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