Doxygen grouping
[platform/core/uifw/dali-core.git] / dali / public-api / events / hover-event.h
index 44e486e..95a7e7a 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_HOVER_EVENT_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 // 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__