Added version when deprecated to the documentation for Button/PushButton 11/48411/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 21 Sep 2015 10:39:31 +0000 (11:39 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 21 Sep 2015 10:39:31 +0000 (11:39 +0100)
Change-Id: Id74b2aee630822444e7a232a81b718dec4e5e8cd

dali-toolkit/public-api/controls/buttons/button.h
dali-toolkit/public-api/controls/buttons/push-button.h

index f5c2701..34ea28f 100644 (file)
@@ -326,31 +326,46 @@ public:
   // Deprecated API
 
   /**
   // Deprecated API
 
   /**
-   * @deprecated Sets the label with an actor.
+   * @brief Sets the label with an actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in]  label The actor to use as a label
    */
   void SetLabel( Actor label );
 
   /**
    * @param[in]  label The actor to use as a label
    */
   void SetLabel( Actor label );
 
   /**
-   * @deprecated Sets the button image.
+   * @brief Sets the button image.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in]  image The button image.
    */
   void SetButtonImage( Image image );
 
   /**
    * @param[in]  image The button image.
    */
   void SetButtonImage( Image image );
 
   /**
-   * @deprecated Sets the selected image.
+   * @brief Sets the selected image.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in]  image The selected image.
    */
   void SetSelectedImage( Image image );
 
   /**
    * @param[in]  image The selected image.
    */
   void SetSelectedImage( Image image );
 
   /**
-   * @deprecated Gets the button image.
+   * @brief Gets the button image.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @return     An actor with the button image.
    */
   Actor GetButtonImage() const;
 
   /**
    * @return     An actor with the button image.
    */
   Actor GetButtonImage() const;
 
   /**
-   * @deprecated Gets the selected image.
+   * @brief Gets the selected image.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @return     An actor with the selected image.
    */
   Actor GetSelectedImage() const;
    * @return     An actor with the selected image.
    */
   Actor GetSelectedImage() const;
index 8ebbf58..313d7d0 100644 (file)
@@ -126,7 +126,10 @@ public:
   using Button::SetButtonImage;
 
   /**
   using Button::SetButtonImage;
 
   /**
-   * @deprecated Sets the unselected image with an Actor.
+   * @brief Sets the unselected image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetButtonImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetButtonImage( Actor image );
@@ -134,7 +137,10 @@ public:
   using Button::SetBackgroundImage;
 
   /**
   using Button::SetBackgroundImage;
 
   /**
-   * @deprecated Sets the background image with an Actor.
+   * @brief Sets the background image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetBackgroundImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetBackgroundImage( Actor image );
@@ -142,7 +148,10 @@ public:
   using Button::SetSelectedImage;
 
   /**
   using Button::SetSelectedImage;
 
   /**
-   * @deprecated Sets the selected image with an Actor.
+   * @brief Sets the selected image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetSelectedImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetSelectedImage( Actor image );
@@ -150,7 +159,10 @@ public:
   using Button::SetSelectedBackgroundImage;
 
   /**
   using Button::SetSelectedBackgroundImage;
 
   /**
-   * @deprecated Sets the selected background image with an Actor.
+   * @brief Sets the selected background image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetSelectedBackgroundImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetSelectedBackgroundImage( Actor image );
@@ -158,7 +170,10 @@ public:
   using Button::SetDisabledBackgroundImage;
 
   /**
   using Button::SetDisabledBackgroundImage;
 
   /**
-   * @deprecated Sets the disabled background image with an Actor.
+   * @brief Sets the disabled background image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetDisabledBackgroundImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetDisabledBackgroundImage( Actor image );
@@ -166,7 +181,10 @@ public:
   using Button::SetDisabledImage;
 
   /**
   using Button::SetDisabledImage;
 
   /**
-   * @deprecated Sets the disabled image with an Actor.
+   * @brief Sets the disabled image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetDisabledImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetDisabledImage( Actor image );
@@ -174,7 +192,10 @@ public:
   using Button::SetDisabledSelectedImage;
 
   /**
   using Button::SetDisabledSelectedImage;
 
   /**
-   * @deprecated Sets the disabled selected image with an Actor.
+   * @brief Sets the disabled selected image with an Actor.
+   *
+   * @deprecated DALi 1.0.50
+   *
    * @param[in] image The Actor to use.
    */
   void SetDisabledSelectedImage( Actor image );
    * @param[in] image The Actor to use.
    */
   void SetDisabledSelectedImage( Actor image );