From: Hanish Mehla Date: Thu, 26 Sep 2024 11:25:39 +0000 (+0530) Subject: [9.0][phonenumber-utils] Removing conditional Statments for Mobile/Wearable Profile X-Git-Tag: accepted/tizen/unified/20240927.171045^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_9.0;p=platform%2Fcore%2Ftelephony%2Fphonenumber-utils.git [9.0][phonenumber-utils] Removing conditional Statments for Mobile/Wearable Profile Change-Id: I4921e8e3ed083639c1f407ba8e24f99bb30acded Signed-off-by: Hanish Mehla --- diff --git a/include/phone_number.h b/include/phone_number.h index ca4c211..85ed73a 100644 --- a/include/phone_number.h +++ b/include/phone_number.h @@ -70,7 +70,7 @@ int phone_number_disconnect(void); /** * @brief Gets the location string from number, region, and language. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen 2.4 * @remarks You must release @a location using free(). * @remarks The phonenumber-utils is changed to client/server architecture for performance improvement since 3.0. * phone_number_connect()/phone_number_disconnect() should be called. @@ -97,7 +97,7 @@ int phone_number_get_location_from_number(const char *number, /** * @brief Gets the formatted number. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen 2.4 * @remarks You must release @a formatted_number using free(). * @remarks The phonenumber-utils is changed to client/server architecture for performance improvement since 3.0. * phone_number_connect()/phone_number_disconnect() should be called. diff --git a/include/phone_number_errors.h b/include/phone_number_errors.h index a0155e1..02c8147 100644 --- a/include/phone_number_errors.h +++ b/include/phone_number_errors.h @@ -39,7 +39,7 @@ extern "C" { /** * @brief Enumeration for phone number errors. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen 2.4 */ typedef enum { /* GENERAL */ diff --git a/include/phone_number_types.h b/include/phone_number_types.h index 4a135c7..48129c8 100644 --- a/include/phone_number_types.h +++ b/include/phone_number_types.h @@ -37,7 +37,7 @@ extern "C" { /** * @brief Enumeration for language type. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen 2.4 */ typedef enum { PHONE_NUMBER_LANG_AMHARIC, /**< Amharic */ @@ -77,7 +77,7 @@ typedef enum { /** * @brief Enumeration for region type. - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen 2.4 */ typedef enum { PHONE_NUMBER_REGION_ALAND_ISLANDS, /**< Aland Islands */