Update doxygen comments 74/161874/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 28 Nov 2017 05:08:33 +0000 (14:08 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 28 Nov 2017 05:16:19 +0000 (14:16 +0900)
- Parameter of member Dali::Actor::LowerBelow is not documented.
- Parameter of member Dali::Actor::RaiseAbove is not documented.

Change-Id: I692ef5048d9c89a3e630a2077ff530ded30b6dfc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/actors/actor.h

index f917250..c1e935e 100644 (file)
@@ -1294,6 +1294,7 @@ public:
    * @brief Raises the actor above the target actor.
    *
    * @SINCE_1_2.60
+   * @param[in] target The target actor
    * @pre The Actor has been initialized.
    * @pre The Actor has been parented.
    * @pre The target actor is a sibling.
@@ -1304,6 +1305,7 @@ public:
    * @brief Lower the actor to below the target actor.
    *
    * @SINCE_1_2.60
+   * @param[in] target The target actor
    * @pre The Actor has been initialized.
    * @pre The Actor has been parented.
    * @pre The target actor is a sibling.