X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fhover-event.h;h=95a7e7ad4e3d8cfe4ce165a3f48ce4b1a2fa025a;hb=8096da59d2ec742f85ed05d4b8d6bc6164552874;hp=42219af52ae368bf35d2e848fdf15a3cdba7a63d;hpb=e7267cff159c0ea2f919cbbe8c809f22226148d9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/hover-event.h b/dali/public-api/events/hover-event.h index 42219af..95a7e7a 100644 --- a/dali/public-api/events/hover-event.h +++ b/dali/public-api/events/hover-event.h @@ -19,12 +19,15 @@ */ // INTERNAL INCLUDES -#include #include #include 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__