From: Hwankyu Jhun Date: Mon, 18 Mar 2024 05:53:17 +0000 (+0900) Subject: Remove if condition from since_tizen description X-Git-Tag: accepted/tizen/unified/20240319.141014~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=229cfbed9dd954fbf972f56979e23df078eb8966;p=platform%2Fcore%2Fapi%2Fapp-control.git Remove if condition from since_tizen description The @since_tizen is changed to '5.0". Change-Id: I2da773fd94a75e8e21359a74e6898fc47557b880 Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control.h b/include/app_control.h index e4785a1..a1c884c 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -369,7 +369,7 @@ typedef enum { * Input: APP_CONTROL_DATA_FEATURE in extra is the text of the feature or function name which requires privacy privileges. \n * Input: APP_CONTROL_DATA_PRIVILEGES in extra is the text array of the required privileges. This is a mandatory field. \n * Output: APP_CONTROL_DATA_SELECTED in extra. The value is "yes" or "no" according to the user response. \n - * @since_tizen @if WEARABLE 5.0 @endif + * @since_tizen 5.0 */ #define APP_CONTROL_OPERATION_PRIVACY_SETTING_GUIDE "http://tizen.org/appcontrol/operation/guide_privacy_setting" @@ -386,14 +386,14 @@ typedef enum { /** * @deprecated Deprecated since 8.0. * @brief Definition for the app_control data: Feature of function name. - * @since_tizen @if WEARABLE 5.0 @endif + * @since_tizen 5.0 */ #define APP_CONTROL_DATA_FEATURE "http://tizen.org/appcontrol/data/feature" /** * @deprecated Deprecated since 8.0. * @brief Definition for the app_control data: List of privileges. - * @since_tizen @if WEARABLE 5.0 @endif + * @since_tizen 5.0 */ #define APP_CONTROL_DATA_PRIVILEGES "http://tizen.org/appcontrol/data/privileges"