From d0d196895494ddcdfc54a0eed309934ff8867de6 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 28 Mar 2017 14:55:55 +0900 Subject: [PATCH 1/1] [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 --- dali/public-api/object/handle.h | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.7.4