Fixed deprecation keyword to current version
authorDavid Steele <david.steele@samsung.com>
Fri, 25 May 2018 17:14:33 +0000 (18:14 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 25 May 2018 17:18:10 +0000 (17:18 +0000)
Change-Id: Ia3b519835d44db954d6517fea75acf5f4d54d308

dali/public-api/common/stage.h

index c27eaef..9ce8d3c 100644 (file)
@@ -336,7 +336,7 @@ public:
   WheelEventSignalType& WheelEventSignal();
 
   /**
-   * @DEPRECATED_1_3.20 Not relevant for new Graphics API.
+   * @DEPRECATED_1_2.65 Not relevant for new Graphics API.
    *
    * @brief This signal is emitted when the GL context is lost (Platform specific behaviour).
    *
@@ -348,14 +348,13 @@ public:
   ContextStatusSignal& ContextLostSignal();
 
   /**
-   * @DEPRECATED_1_3.20 Not relevant for new Graphics API.
+   * @DEPRECATED_1_2.65 Not relevant for new Graphics API.
    *
    * @brief This signal is emitted when the GL context is regained (Platform specific
    * behavior).
    *
    * If the application is responsible for handling context loss, it should listen to
    * this signal and rebuild UI components on receipt.
-   * @deprecate
    * @SINCE_1_0.0
    * @return The context regained signal to connect to
    */