Add doxygen comment in WeightObject namespace 74/121474/2
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 28 Mar 2017 05:55:55 +0000 (14:55 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 29 Mar 2017 10:50:52 +0000 (19:50 +0900)
- Add a comment to show WeightObject namespace in the doxygen file.

Change-Id: I5cc51499f76791376924145fafe6a75f6ef23328
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/object/handle.h

index e72e6ee..74bc362 100644 (file)
@@ -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
 {