From: Seoyeon Kim Date: Tue, 28 Mar 2017 05:55:55 +0000 (+0900) Subject: [3.0] Add doxygen comment in WeightObject namespace X-Git-Tag: accepted/tizen/3.0/common/20170407.101143~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0d196895494ddcdfc54a0eed309934ff8867de6;hp=c87f4e05bd186d311503af2b5ed8416d764d48f4;p=platform%2Fcore%2Fuifw%2Fdali-core.git [3.0] Add doxygen comment in WeightObject namespace - Add a comment to show WeightObject namespace in the doxygen file. Change-Id: I5cc51499f76791376924145fafe6a75f6ef23328 Signed-off-by: Seoyeon Kim --- diff --git a/dali/public-api/object/handle.h b/dali/public-api/object/handle.h index e72e6ee..74bc362 100644 --- a/dali/public-api/object/handle.h +++ b/dali/public-api/object/handle.h @@ -369,6 +369,10 @@ public: }; +/** + * @brief This namespace provides a convenient function to create an object with a custom "weight" property. + * @SINCE_1_0.0 + */ namespace WeightObject {