Fix SINCE and DEPRECATED versions to be included in Tizen 5.5 89/199289/3
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 8 Feb 2019 07:09:10 +0000 (16:09 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 11 Feb 2019 01:03:42 +0000 (10:03 +0900)
- 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 <seoyeon2.kim@samsung.com>
dali/public-api/common/view-mode.h
dali/public-api/events/mouse-button.h
dali/public-api/events/touch-data.h
dali/public-api/object/type-registry.h

index 19d460e..0057ac3 100644 (file)
@@ -32,8 +32,8 @@ namespace Dali
 enum ViewMode
 {
   MONO,              ///< Monoscopic (single camera). This is the default @SINCE_1_0.0
 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
 };
 
 /**
 };
 
 /**
index e6ec2a8..12f18a7 100755 (executable)
@@ -27,14 +27,14 @@ namespace Dali
 
 /**
  * @brief Mouse Button Type
 
 /**
  * @brief Mouse Button Type
- * @SINCE_1_3.31
+ * @SINCE_1_3_31
  */
 namespace MouseButton
 {
 
 /**
  * @brief Enumeration for mouse button type.
  */
 namespace MouseButton
 {
 
 /**
  * @brief Enumeration for mouse button type.
- * @SINCE_1_3.31
+ * @SINCE_1_3_31
  */
 enum Type
 {
  */
 enum Type
 {
index 89d00ea..d395427 100755 (executable)
@@ -246,7 +246,7 @@ public:
   /**
    * @brief Get mouse device's button value (ex: right/left button)
    *
   /**
    * @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
    */
    * @param[in] point The point required
    * @return The mouse button value
    */
index f4f66f3..21a9a30 100644 (file)
@@ -215,6 +215,7 @@ public:
   /**
    * @brief Constructor registers the type creation function.
    *
   /**
    * @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
    * @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