[dali_1.2.11] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / public-api / object / property-notification-declarations.h
index a57cd8b..4918658 100644 (file)
 
 
 // INTERNAL INCLUDES
-#include <dali/public-api/common/vector-wrapper.h>
 #include <dali/public-api/signals/dali-signal.h>
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_object
+ * @{
+ */
 
 class PropertyNotification;
 
 /**
  * @brief Signal type for Dali::PropertyNotification::NotifySignal().
+ * @SINCE_1_0.0
  */
 typedef Signal< void (PropertyNotification& source) > PropertyNotifySignalType;
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_PROPERTY_NOTIFICATION_DECLARATIONS_H__