Fix the version of the deprecated APIs in ImageView and Control 38/89938/2
authorXiangyin Ma <x1.ma@samsung.com>
Tue, 27 Sep 2016 13:57:42 +0000 (14:57 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Tue, 27 Sep 2016 13:57:42 +0000 (14:57 +0100)
Change-Id: I4c4bf825acef463de5c1c7c74f1904c5be68180a

dali-toolkit/public-api/controls/control.h
dali-toolkit/public-api/controls/image-view/image-view.h

index a52b467..0cbb6ec 100644 (file)
@@ -325,7 +325,7 @@ public:
   Vector4 GetBackgroundColor() const;
 
   /**
-   * @DEPRECATED_1_2.7, use Property::BACKGROUND instead
+   * @DEPRECATED_1_2.8, use Property::BACKGROUND instead
    *
    * @brief Sets an image as the background of the control.
    *
index 0c8c520..d58e239 100644 (file)
@@ -125,7 +125,7 @@ public:
   static ImageView New();
 
   /**
-   * @DEPRECATED_1_2.7, use New( const std::string& ) instead.
+   * @DEPRECATED_1_2.8, use New( const std::string& ) instead.
    *
    * @brief Create an initialized ImageView from an Image instance.
    *
@@ -202,7 +202,7 @@ public:
   static ImageView DownCast( BaseHandle handle );
 
   /**
-   * @DEPRECATED_1_2.7, use SetImage( const std::string& ) instead.
+   * @DEPRECATED_1_2.8, use SetImage( const std::string& ) instead.
    *
    * @brief Sets this ImageView from an Image instance.
    *