From 576a4fc826876e10e6beda8a0c292a75d83f8b7b Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Mon, 8 Apr 2019 15:19:42 +0900 Subject: [PATCH] Add @sice_tizen comment Change-Id: I1b36b4e2d080219caea600b21b6ef06a9297b3a6 Signed-off-by: Yunmi Ha (cherry picked from commit 6d496c0fdf646b6be05dc497dade1f5f762e4ef6) --- include/haptic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/haptic.h b/include/haptic.h index 6a67285..08800fb 100644 --- a/include/haptic.h +++ b/include/haptic.h @@ -35,12 +35,14 @@ extern "C" { /** * @brief The haptic device handle. + * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef void* haptic_device_h; /** * @brief The haptic effect handle. + * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef void* haptic_effect_h; -- 2.7.4