[3.0] Update doxygen tags
[platform/core/uifw/dali-core.git] / dali / public-api / actors / actor.h
index 7f4b1ad..e77c6f8 100644 (file)
@@ -771,7 +771,7 @@ public:
    * @pre The Actor has been initialized.
    * @see PositionInheritanceMode
    */
-  void SetPositionInheritanceMode( PositionInheritanceMode mode );
+  void SetPositionInheritanceMode( PositionInheritanceMode mode ) DALI_DEPRECATED_API;
 
   /**
    * @brief Set whether a child actor inherits it's parent's position.
@@ -795,7 +795,7 @@ public:
    * @return Return the position inheritance mode.
    * @pre The Actor has been initialized.
    */
-  PositionInheritanceMode GetPositionInheritanceMode() const;
+  PositionInheritanceMode GetPositionInheritanceMode() const DALI_DEPRECATED_API;
 
   /**
    * @brief Returns whether the actor inherits its parent's position.
@@ -1300,7 +1300,7 @@ public:
    * size 0 is treated as aspect ratio 1:1.
    *
    * @SINCE_1_0.0
-   * @param width Width to use
+   * @param[in] width Width to use
    * @return Return the height based on the width.
    */
   float GetHeightForWidth( float width );
@@ -1312,7 +1312,7 @@ public:
    * size 0 is treated as aspect ratio 1:1.
    *
    * @SINCE_1_0.0
-   * @param height Height to use
+   * @param[in] height Height to use
    * @return Return the width based on the height.
    */
   float GetWidthForHeight( float height );
@@ -1321,7 +1321,7 @@ public:
    * @brief Return the value of negotiated dimension for the given dimension.
    *
    * @SINCE_1_0.0
-   * @param dimension The dimension to retrieve
+   * @param[in] dimension The dimension to retrieve
    * @return Return the value of the negotiated dimension. If more than one dimension is requested, just return the first one found.
    */
   float GetRelayoutSize( Dimension::Type dimension ) const;
@@ -1338,7 +1338,7 @@ public:
    * @brief Return the value of the padding.
    *
    * @SINCE_1_0.0
-   * @param paddingOut The returned padding data
+   * @param[in] paddingOut The returned padding data
    */
   void GetPadding( Padding& paddingOut ) const;
 
@@ -1448,7 +1448,7 @@ public: // Signals
    * @return The signal to connect to.
    * @pre The Actor has been initialized.
    */
-  TouchSignalType& TouchedSignal();
+  TouchSignalType& TouchedSignal() DALI_DEPRECATED_API;
 
   /**
    * @brief This signal is emitted when touch input is received.