From 411a14ad0cd03385c7a47f40294f72e1adfd824e Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Fri, 25 Jan 2019 11:28:05 +0900 Subject: [PATCH] [5.0] Add descriptions to generate doxygen page Change-Id: Ie74614771d548068c934d9eb34d24c1cd3f4a983 Signed-off-by: Seoyeon Kim --- dali/public-api/actors/draw-mode.h | 5 +++++ dali/public-api/actors/sampling.h | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/dali/public-api/actors/draw-mode.h b/dali/public-api/actors/draw-mode.h index 68190d9..8ac28d7 100644 --- a/dali/public-api/actors/draw-mode.h +++ b/dali/public-api/actors/draw-mode.h @@ -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 { diff --git a/dali/public-api/actors/sampling.h b/dali/public-api/actors/sampling.h index e28516a..8cdb78d 100755 --- a/dali/public-api/actors/sampling.h +++ b/dali/public-api/actors/sampling.h @@ -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 { /** -- 2.7.4