Add descriptions to generate doxygen page 89/198589/2
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:43:10 +0000 (10:43 +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 33fb9ff..0759b0b 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
 {
 /**