[Tizen] Deprecate the public APIs taking Image Handle as input 16/104616/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Wed, 14 Dec 2016 01:27:54 +0000 (10:27 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Wed, 14 Dec 2016 01:28:22 +0000 (10:28 +0900)
Change-Id: Ia63d6b5539ce8b040a249fb266b4b5e887dd6a3a

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

index 86ea607..569a030 100644 (file)
@@ -329,7 +329,7 @@ public:
   Vector4 GetBackgroundColor() const;
 
   /**
-   * @DEPRECATED_1_2.8, use Property::BACKGROUND instead
+   * @DEPRECATED_1_2_8, use Property::BACKGROUND instead
    *
    * @brief Sets an image as the background of the control.
    *
index 4585657..3f1b32d 100644 (file)
@@ -125,7 +125,7 @@ public:
   static ImageView New();
 
   /**
-   * @DEPRECATED_1_2.8, 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.
    *
@@ -206,7 +206,7 @@ public:
   static ImageView DownCast( BaseHandle handle );
 
   /**
-   * @DEPRECATED_1_2.8, use SetImage( const std::string& ) instead.
+   * @DEPRECATED_1_2_8, use SetImage( const std::string& ) instead.
    *
    * @brief Sets this ImageView from an Image instance.
    *