[9.0][phonenumber-utils] Removing conditional Statments for Mobile/Wearable Profile 95/318295/1 accepted/tizen_9.0_unified accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241031.000242 accepted/tizen/unified/20240927.171045 accepted/tizen/unified/toolchain/20241004.101838 accepted/tizen/unified/x/20240929.082820 accepted/tizen/unified/x/asan/20241014.000217 tizen_9.0_m2_release
authorHanish Mehla <hanish.mehla@samsung.com>
Thu, 26 Sep 2024 11:25:39 +0000 (16:55 +0530)
committerHanish Mehla <hanish.mehla@samsung.com>
Thu, 26 Sep 2024 11:25:39 +0000 (16:55 +0530)
Change-Id: I4921e8e3ed083639c1f407ba8e24f99bb30acded
Signed-off-by: Hanish Mehla <hanish.mehla@samsung.com>
include/phone_number.h
include/phone_number_errors.h
include/phone_number_types.h

index ca4c2115d9f12e0ad1736740b91dfc6f2ebc0382..85ed73af43ff255e55877c457dff01d30a07ff31 100644 (file)
@@ -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.
index a0155e14fdd59079b92d89e6cbb994f9eac911e8..02c8147d7f0ecdb479aabf1a7711d1840c9a645a 100644 (file)
@@ -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 */
index 4a135c75d4501c182551ffd240cb1cc1a22ef517..48129c81abaa78161722945899e92bcefb8612ce 100644 (file)
@@ -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 */