Doxygen grouping
[platform/core/uifw/dali-core.git] / dali / public-api / events / hover-event.h
index 42219af..95a7e7a 100644 (file)
  */
 
 // INTERNAL INCLUDES
-#include <dali/public-api/common/vector-wrapper.h>
 #include <dali/public-api/common/dali-common.h>
 #include <dali/public-api/events/touch-point.h>
 
 namespace Dali
 {
+/**
+ * @addtogroup dali-core-events
+ * @{
+ */
 
 /**
  * @brief Hover events are a collection of touch points at a specific moment in time.
@@ -89,6 +92,9 @@ struct DALI_IMPORT_API HoverEvent
   const TouchPoint& GetPoint(unsigned int point) const;
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_HOVER_EVENT_H__