Revert "[Tizen] Deprecate the public APIs taking Image Handle as input" 27/108327/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 4 Jan 2017 05:30:58 +0000 (14:30 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 4 Jan 2017 05:31:03 +0000 (14:31 +0900)
This reverts commit 415171d54ef044102b87709d18088fa80799faf2.

Change-Id: I86e30b2f79302535746091cc049e3d527b3289a6

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

index 569a030..86ea607 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 3f1b32d..4585657 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.
    *