From db9a4df3f86a7cc95b73329c780ccb38ca2f1b49 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Fri, 8 Feb 2019 16:09:10 +0900 Subject: [PATCH] Fix SINCE and DEPRECATED versions to be included in Tizen 5.5 - Some APIs are added or deprecated without Tizen ACR process. To be included in Tizen platform, fixed ALIASES tags for Tizen 5.5 Change-Id: I3e1993e6f1bf2e5468a2d3d93ba757019827c81d Signed-off-by: Seoyeon Kim --- dali/public-api/common/view-mode.h | 4 ++-- dali/public-api/events/mouse-button.h | 4 ++-- dali/public-api/events/touch-data.h | 2 +- dali/public-api/object/type-registry.h | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dali/public-api/common/view-mode.h b/dali/public-api/common/view-mode.h index 19d460e..0057ac3 100644 --- a/dali/public-api/common/view-mode.h +++ b/dali/public-api/common/view-mode.h @@ -32,8 +32,8 @@ namespace Dali enum ViewMode { MONO, ///< Monoscopic (single camera). This is the default @SINCE_1_0.0 - STEREO_HORIZONTAL, ///< @DEPRECATED_1_3.39 Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0 - STEREO_VERTICAL ///< @DEPRECATED_1_3.39 Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @SINCE_1_0.0 + STEREO_HORIZONTAL, ///< @DEPRECATED_1_3_39 Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0 + STEREO_VERTICAL ///< @DEPRECATED_1_3_39 Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @SINCE_1_0.0 }; /** diff --git a/dali/public-api/events/mouse-button.h b/dali/public-api/events/mouse-button.h index e6ec2a8..12f18a7 100755 --- a/dali/public-api/events/mouse-button.h +++ b/dali/public-api/events/mouse-button.h @@ -27,14 +27,14 @@ namespace Dali /** * @brief Mouse Button Type - * @SINCE_1_3.31 + * @SINCE_1_3_31 */ namespace MouseButton { /** * @brief Enumeration for mouse button type. - * @SINCE_1_3.31 + * @SINCE_1_3_31 */ enum Type { diff --git a/dali/public-api/events/touch-data.h b/dali/public-api/events/touch-data.h index 89d00ea..d395427 100755 --- a/dali/public-api/events/touch-data.h +++ b/dali/public-api/events/touch-data.h @@ -246,7 +246,7 @@ public: /** * @brief Get mouse device's button value (ex: right/left button) * - * @SINCE_1_3.31 + * @SINCE_1_3_31 * @param[in] point The point required * @return The mouse button value */ diff --git a/dali/public-api/object/type-registry.h b/dali/public-api/object/type-registry.h index f4f66f3..21a9a30 100644 --- a/dali/public-api/object/type-registry.h +++ b/dali/public-api/object/type-registry.h @@ -215,6 +215,7 @@ public: /** * @brief Constructor registers the type creation function. * + * @SINCE_1_4.0 * @param[in] registerType the type info for the type to be registered * @param[in] baseType the base type info of registerType * @param[in] f registerType instance creation function -- 2.7.4