From f49ab405dbdef08aa06ab03077d61dab2626704d Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 28 Nov 2017 14:08:33 +0900 Subject: [PATCH] [4.0] Update doxygen comments - 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 --- dali/public-api/actors/actor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index f917250..c1e935e 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -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. -- 2.7.4