From 637c8d984b548f567215fadbfe4240c94adb0755 Mon Sep 17 00:00:00 2001 From: seungho baek Date: Thu, 7 Dec 2023 19:51:30 +0900 Subject: [PATCH] [Tizen] Remove unmatched Since tag Change-Id: I9df97bd4ec32e2228b59ff3cd4d5a5caa3a3924b Signed-off-by: seungho baek --- dali/public-api/events/touch-event.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dali/public-api/events/touch-event.h b/dali/public-api/events/touch-event.h index d2a0254..54f943b 100644 --- a/dali/public-api/events/touch-event.h +++ b/dali/public-api/events/touch-event.h @@ -270,7 +270,6 @@ public: /** * @brief Retrieves the render-task that was used to generate this touch-event. * - * @SINCE_2_3.0 * @return The render-task used to generate this touch-event. */ RenderTask GetRenderTask() const; -- 2.7.4