From: Seoyeon Kim Date: Tue, 28 Nov 2017 05:08:33 +0000 (+0900) Subject: [4.0] Update doxygen comments X-Git-Tag: accepted/tizen/4.0/unified/20171129.150239~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=f49ab405dbdef08aa06ab03077d61dab2626704d [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 --- 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.