[5.0] Add descriptions to generate doxygen page 91/198591/2 accepted/tizen/5.0/unified/20190211.060202 submit/tizen_5.0/20190208.031449
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 25 Jan 2019 02:28:05 +0000 (11:28 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 28 Jan 2019 01:45:10 +0000 (10:45 +0900)
Change-Id: Ie74614771d548068c934d9eb34d24c1cd3f4a983
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/actors/draw-mode.h
dali/public-api/actors/sampling.h

index 68190d9..8ac28d7 100644 (file)
@@ -27,6 +27,11 @@ namespace Dali
  * @{
  */
 
+/**
+ * @brief DrawMode to determine how the Actor and its children will be drawn.
+ *
+ * @SINCE_1_0.0
+ */
 namespace DrawMode
 {
 
index e28516a..8cdb78d 100755 (executable)
@@ -98,6 +98,13 @@ enum Type
 
 } //namespace FilterMode
 
+/**
+ * @brief WrapMode for textures.
+ *
+ * @details Wrap mode determines how texture is sampled when texture coordinates are outside
+ * of the typical 0 to 1 range.
+ * @SINCE_1_0.0
+ */
 namespace WrapMode
 {
 /**