Fix doxygen 23/309223/1 tizen
authorJihoon Jung <jh8801.jung@samsung.com>
Sun, 7 Apr 2024 23:33:32 +0000 (08:33 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Sun, 7 Apr 2024 23:33:32 +0000 (08:33 +0900)
Change-Id: Ifc7a96fce1e7ace4793392a83a40eded4e20cab9
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
include/nfc.h

index 9d6c36b..d0e5451 100644 (file)
@@ -31,13 +31,13 @@ extern "C" {
 
 /**
  * @brief NFC base error codes.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define NFC_ERROR_CLASS TIZEN_ERROR_NFC /**< Tizen NFC base error code */
 
 /**
  * @brief Error codes reported by the NFC API.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -69,7 +69,7 @@ typedef enum {
 /**
  * @brief Enumerations for record TNF (Type Name Format).
  * @details It is indicate format of type field
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 typedef enum {
@@ -85,7 +85,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC encode types.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 typedef enum {
@@ -95,7 +95,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC tag types.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  */
 typedef enum {
@@ -124,7 +124,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC Tag filter.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -140,7 +140,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC discovered type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -150,7 +150,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC Secure Element (SIM/UICC (Universal Integrated Circuit Card)) event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -166,7 +166,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC Secure Element (SIM/UICC (Universal Integrated Circuit Card)) type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -179,7 +179,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for NFC Card Emulation Mode type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  */
 typedef enum {
@@ -189,7 +189,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for SNEP event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  */
 typedef enum {
@@ -203,7 +203,7 @@ typedef enum {
 
 /**
  * @brief Enumerations for SNEP request type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  */
 typedef enum {
@@ -234,42 +234,42 @@ typedef enum {
 
 /**
  * @brief The handle to the NDEF record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 typedef struct _ndef_record_s *nfc_ndef_record_h;
 
 /**
  * @brief The handle to the NDEF message.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  */
 typedef struct _ndef_message_s *nfc_ndef_message_h;
 
 /**
  * @brief The handle to the NFC tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  */
 typedef struct _net_nfc_target_info_s *nfc_tag_h;
 
 /**
  * @brief The handle to NFC p2p target.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  */
 typedef void *nfc_p2p_target_h;
 
 /**
  * @brief The handle to NFC p2p snep instance.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  */
 typedef struct _nfc_p2p_snep_s *nfc_p2p_snep_h;
 
 /**
  * @brief The handle to NFC secure element instance.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_SE_MODULE
  */
 typedef void *nfc_se_h;
@@ -277,7 +277,7 @@ typedef void *nfc_se_h;
 /**
  * @brief The default factory key.
  * @details The key is 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  */
 extern const unsigned char NFC_TAG_MIFARE_KEY_DEFAULT[6];
@@ -285,7 +285,7 @@ extern const unsigned char NFC_TAG_MIFARE_KEY_DEFAULT[6];
 /**
  * @brief The well-known key for tags formatted according to the MIFARE Application Directory (MAD) specification.
  * @details The key is 0xA0, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  */
 extern const unsigned char NFC_TAG_MIFARE_KEY_APPLICATION_DIRECTORY[6];
@@ -293,7 +293,7 @@ extern const unsigned char NFC_TAG_MIFARE_KEY_APPLICATION_DIRECTORY[6];
 /**
  * @brief The well-known key for tags formatted according to the NDEF on Mifare Classic specification.
  * @details The key is 0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  */
 extern const unsigned char NFC_TAG_MIFARE_KEY_NFC_FORUM[6];
@@ -301,44 +301,44 @@ extern const unsigned char NFC_TAG_MIFARE_KEY_NFC_FORUM[6];
 
 /**
  * @brief RTD (Record type definition) Type - Smart Poster type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_SMART_POSTER_TYPE[2];
 
 /**
  * @brief  RTD (Record type definition) Type - Text type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_TEXT_TYPE[1];
 /**
  * @brief  RTD (Record type definition) Type - URI type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_URI_TYPE[1];
 /**
  * @brief  RTD (Record type definition) Type - Alternative Carrier type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_ALTERNATIVE_CARRIER_TYPE[2];
 /**
  * @brief  RTD (Record type definition) Type - Handover Carrier type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_HANDOVER_CARRIER_TYPE[2];
 /**
  * @brief  RTD (Record type definition) Type - Handover Request type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_HANDOVER_REQUEST_TYPE[2];
 /**
  * @brief  RTD (Record type definition) Type - Handover Select type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  */
 extern const unsigned char NFC_RECORD_HANDOVER_SELECT_TYPE[2];
@@ -346,7 +346,7 @@ extern const unsigned char NFC_RECORD_HANDOVER_SELECT_TYPE[2];
 /**
  * @platform
  * @brief Called after nfc_manager_set_activation() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] error The result
@@ -362,7 +362,7 @@ typedef void (*nfc_activation_completed_cb)(nfc_error_e error, void *user_data);
 
 /**
  * @brief Called when NFC activation state is changed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] activated The activation state
@@ -379,7 +379,7 @@ typedef void (*nfc_activation_changed_cb)(bool activated , void *user_data);
 
 /**
  * @brief Called when an NFC tag appears or disappears.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The @a tag should not be released.
@@ -399,7 +399,7 @@ typedef void (*nfc_tag_discovered_cb)(nfc_discovered_type_e type, nfc_tag_h tag,
 
 /**
  * @brief Called when an NDEF Message is discovered.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The @a message should not be released.
@@ -417,7 +417,7 @@ typedef void (*nfc_ndef_discovered_cb)(nfc_ndef_message_h message, void *user_da
 
 /**
  * @brief Called once for each tag information.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @remarks The @a key should not be released.
@@ -442,7 +442,7 @@ typedef bool (*nfc_tag_information_cb)(const char *key, const unsigned char *val
 
 /**
  * @brief Called after nfc_tag_transceive() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @remarks @a buffer will be automatically destroyed when the callback function returns. (Do not release @a buffer.)
@@ -459,7 +459,7 @@ typedef void (*nfc_tag_transceive_completed_cb)(nfc_error_e result, unsigned cha
 
 /**
  * @brief Called after the nfc_tag_write_ndef() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] result The result of function call #NFC_ERROR_NONE Success \n
@@ -472,7 +472,7 @@ typedef void (*nfc_tag_write_completed_cb)(nfc_error_e result, void *user_data);
 
 /**
  * @brief Called after the nfc_tag_read_ndef() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @remarks The @a message should not be released.
@@ -490,7 +490,7 @@ typedef void (*nfc_tag_read_completed_cb)(nfc_error_e result, nfc_ndef_message_h
 
 /**
  * @brief   Called after the nfc_tag_format_ndef() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] result The result of function call #NFC_ERROR_NONE Success \n
@@ -504,7 +504,7 @@ typedef void (*nfc_tag_format_completed_cb)(nfc_error_e result, void *user_data)
 
 /**
  * @brief Called after nfc_mifare_authenticate_with_keyA() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_authenticate_with_keyA()
@@ -516,7 +516,7 @@ typedef void (*nfc_mifare_authenticate_with_keyA_completed_cb)(nfc_error_e resul
 
 /**
  * @brief Called after nfc_mifare_authenticate_with_keyB() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of function call  #NFC_ERROR_NONE Success \n
@@ -529,7 +529,7 @@ typedef void (*nfc_mifare_authenticate_with_keyB_completed_cb)(nfc_error_e resul
 
 /**
  * @brief Called after nfc_mifare_write_block() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_write_block() #NFC_ERROR_NONE Success \n
@@ -542,7 +542,7 @@ typedef void (*nfc_mifare_write_block_completed_cb)(nfc_error_e result, void *us
 
 /**
  * @brief Called after nfc_mifare_write_page() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of function call #NFC_ERROR_NONE Success \n
@@ -555,7 +555,7 @@ typedef void (*nfc_mifare_write_page_completed_cb)(nfc_error_e result, void *use
 
 /**
  * @brief Called after nfc_mifare_read_block() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @remarks The @a buffer should not be released.
@@ -574,7 +574,7 @@ typedef void (*nfc_mifare_read_block_completed_cb)(nfc_error_e result, unsigned
 
 /**
  * @brief Called after nfc_mifare_read_page() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @remarks The @a buffer should not be released.
@@ -593,7 +593,7 @@ typedef void (*nfc_mifare_read_page_completed_cb)(nfc_error_e result, unsigned c
 
 /**
  * @brief Called after nfc_mifare_increment() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_increment() #NFC_ERROR_NONE Success \n
@@ -606,7 +606,7 @@ typedef void (*nfc_mifare_increment_completed_cb)(nfc_error_e result, void *user
 
 /**
  * @brief Called after nfc_mifare_decrement() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_decrement() #NFC_ERROR_NONE Success \n
@@ -619,7 +619,7 @@ typedef void (*nfc_mifare_decrement_completed_cb)(nfc_error_e result, void *user
 
 /**
  * @brief Called after nfc_mifare_transfer() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_transfer() #NFC_ERROR_NONE Success \n
@@ -632,7 +632,7 @@ typedef void (*nfc_mifare_transfer_completed_cb)(nfc_error_e result, void *user_
 
 /**
  * @brief Called after nfc_mifare_restore() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  *
  * @param[in] result The result of nfc_mifare_restore() #NFC_ERROR_NONE Success \n
@@ -647,7 +647,7 @@ typedef void (*nfc_mifare_restore_completed_cb)(nfc_error_e result, void *user_d
 
 /**
  * @brief Called when NFC peer-to-peer target appeared or disappeared.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The @a target should not be released.
@@ -664,7 +664,7 @@ typedef void (*nfc_p2p_target_discovered_cb)(nfc_discovered_type_e type, nfc_p2p
 
 /**
  * @brief Called when receiving  Secure Element (SIM/UICC (Universal Integrated Circuit Card)) event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] event The Secure Element event @see #nfc_se_event_e
@@ -678,7 +678,7 @@ typedef void (*nfc_se_event_cb)(nfc_se_event_e event , void *user_data);
 
 /**
  * @brief Called when receiving Secure Element(SIM/UICC (Universal Integrated Circuit Card)) transaction event data.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @remarks This event  notifies , external reader tries to access secure element.
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
@@ -703,7 +703,7 @@ typedef void (*nfc_se_transaction_event_cb)(nfc_se_type_e se_type, unsigned char
 
 /**
  * @brief Called after nfc_p2p_send() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  *
  * @param[in] result The result of function call #NFC_ERROR_NONE Success \n
@@ -717,7 +717,7 @@ typedef void (*nfc_p2p_send_completed_cb)(nfc_error_e result, void *user_data);
 
 /**
  * @brief Called after nfc_p2p_send() has completed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  *
  * @remarks The @a target should not be released.
@@ -737,7 +737,7 @@ typedef void (*nfc_p2p_data_received_cb)(nfc_p2p_target_h target, nfc_ndef_messa
 
 /**
  * @brief Called when SNEP event is raised.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  *
  * @remarks The @a handle should not be released.
@@ -798,7 +798,7 @@ typedef void (*nfc_se_registered_aid_cb)(nfc_se_type_e se_type,     const char *aid,
 
 /**
  * @brief Gets the value that indicates whether NFC is supported.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -814,7 +814,7 @@ bool nfc_manager_is_supported(void);
 
 /**
  * @brief Sets NFC Activation state changed callback.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] callback The callback function to invoke when activation state is changed.
@@ -834,7 +834,7 @@ int nfc_manager_set_activation_changed_cb(nfc_activation_changed_cb callback , v
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -852,7 +852,7 @@ void nfc_manager_unset_activation_changed_cb(void);
 /**
  * @platform
  * @brief Sets NFC Activation.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel platform
  * @privilege %http://tizen.org/privilege/nfc.admin
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -882,7 +882,7 @@ int nfc_manager_set_activation(bool activation, nfc_activation_completed_cb call
 
 /**
  * @brief Gets NFC Activation state.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  * @remarks This function can executed Regardless of (nfc_manager_initialize) state.
@@ -897,7 +897,7 @@ bool nfc_manager_is_activated(void);
 
 /**
  * @brief Initializes NFC Manager.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  * @remarks This function must be called before proceeding any other NFC functions\n
  * When an application crashes or exits without the deinitialization. NFC manager automatically deinitializes the process itself.\n
@@ -913,7 +913,7 @@ int nfc_manager_initialize(void);
 
 /**
  * @brief Releases all the resource of the NFC Manager and disconnect the session between an application and NFC Manager.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @return 0 on success, otherwise a negative error value.
@@ -927,7 +927,7 @@ int nfc_manager_deinitialize(void);
 
 /**
  * @brief Sets a callback function for receiving tag discovered notification.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] callback The callback function called when a tag is appeared or disappeared
@@ -947,7 +947,7 @@ int nfc_manager_set_tag_discovered_cb(nfc_tag_discovered_cb callback, void *user
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -964,7 +964,7 @@ void nfc_manager_unset_tag_discovered_cb(void);
 
 /**
  * @brief Sets a callback function for receiving NDEF Message discovered notification.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] callback The callback function called when NDEF Message is discovered
@@ -984,7 +984,7 @@ int nfc_manager_set_ndef_discovered_cb(nfc_ndef_discovered_cb callback, void *us
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -1002,7 +1002,7 @@ void nfc_manager_unset_ndef_discovered_cb(void);
 
 /**
  * @brief Sets a callback function for receiving NFC peer-to-peer target discovered notification.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] callback The callback function called when NFC peer-to-peer target is discovered
@@ -1022,7 +1022,7 @@ int nfc_manager_set_p2p_target_discovered_cb(nfc_p2p_target_discovered_cb callba
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -1041,7 +1041,7 @@ void nfc_manager_unset_p2p_target_discovered_cb(void);
 
 /**
  * @brief Sets a callback function for receiving  Secure Element (SIM/UICC (Universal Integrated Circuit Card)) event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] callback The callback function called when occurred Secure Element (SIM/UICC (Universal Integrated Circuit Card)) event.
@@ -1062,7 +1062,7 @@ int nfc_manager_set_se_event_cb(nfc_se_event_cb callback, void *user_data);
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
@@ -1080,7 +1080,7 @@ void nfc_manager_unset_se_event_cb(void);
 
 /**
  * @brief Sets a callback function for receiving  Secure Element (SIM/UICC (Universal Integrated Circuit Card)) transaction event(#NFC_SE_EVENT_TRANSACTION) data.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param[in] se_type The type of secure element.
@@ -1101,7 +1101,7 @@ int nfc_manager_set_se_transaction_event_cb(nfc_se_type_e se_type, nfc_se_transa
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  *
@@ -1165,7 +1165,7 @@ void nfc_manager_unset_hce_event_cb(void);
 
 /**
  * @brief Gives the priority to the foreground application when dispatching transaction event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1194,7 +1194,7 @@ int nfc_manager_enable_transaction_fg_dispatch(void);
 
 /**
  * @brief Disables foreground dispatch for "EVT_TRANSACTION" to the given application.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1222,7 +1222,7 @@ int nfc_manager_disable_transaction_fg_dispatch(void);
 
 /**
  * @brief Gets NDEF message cached when the tag is detected or when data received from NFC peer-to-peer target.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks The @a ndef_message should be released using nfc_ndef_message_destroy().
@@ -1245,7 +1245,7 @@ int nfc_manager_get_cached_message(nfc_ndef_message_h *ndef_message);
 
 /**
  * @brief Sets filter of target types.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  * @remarks Bit operator OR(|) can be used in the configure parameter (like #NFC_TAG_FILTER_ISO14443A_ENABLE | #NFC_TAG_FILTER_ISO14443B_ENABLE)
  *     or you may choose "NFC_TAG_ALL_ENABLE" enum value to get all result.
@@ -1269,7 +1269,7 @@ void nfc_manager_set_tag_filter(int filter);
 
 /**
  * @brief Gets the current filter status.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @remarks Bit operation OR(|) is used in return data\n
@@ -1290,7 +1290,7 @@ int nfc_manager_get_tag_filter(void);
 
 /**
  * @brief Gets current connected tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1319,7 +1319,7 @@ int nfc_manager_get_connected_tag(nfc_tag_h *tag);
 
 /**
  * @brief Gets current connected p2p target.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1349,7 +1349,7 @@ int nfc_manager_get_connected_target(nfc_p2p_target_h *target);
 
 /**
  * @brief Enables or disable the system handling for tag and target discovered event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1372,7 +1372,7 @@ int nfc_manager_set_system_handler_enable(bool enable);
 
 /**
  * @brief Gets the state of the system handler.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1396,7 +1396,7 @@ bool nfc_manager_is_system_handler_enabled(void);
 
 /**
  * @brief Sets the card emulation Secure Element type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1426,7 +1426,7 @@ int nfc_manager_set_se_type(nfc_se_type_e type);
 
 /**
  * @brief Gets the card emulation Secure Element type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
@@ -1450,7 +1450,7 @@ int nfc_manager_get_se_type(nfc_se_type_e *type);
 
 /**
  * @brief Creates a record with given parameter value.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The @a record should be released using nfc_ndef_record_destroy().
@@ -1484,7 +1484,7 @@ int nfc_ndef_record_create(nfc_ndef_record_h *record, nfc_record_tnf_e tnf, cons
 
 /**
  * @brief Creates a record with text type payload.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The @a record should be released using nfc_ndef_record_destroy().
@@ -1521,7 +1521,7 @@ int nfc_ndef_record_create_text(nfc_ndef_record_h *record, const char *text, con
 
 /**
  * @brief Creates a record with URI type payload.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The @a record should be released using nfc_ndef_record_destroy().
@@ -1554,7 +1554,7 @@ int nfc_ndef_record_create_uri(nfc_ndef_record_h* record, const char *uri);
 
 /**
  * @brief Creates a record with MIME type payload.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The @a record should be released using nfc_ndef_record_destroy().
@@ -1591,7 +1591,7 @@ int nfc_ndef_record_create_mime(nfc_ndef_record_h* record, const char *mime_type
 
 /**
  * @brief Destroys the record handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @param[in] record The handle to record
@@ -1612,7 +1612,7 @@ int nfc_ndef_record_destroy(nfc_ndef_record_h record);
 
 /**
  * @brief Sets record ID.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The ID buffer are deep copied.
@@ -1634,7 +1634,7 @@ int nfc_ndef_record_set_id(nfc_ndef_record_h record, unsigned char *id, int id_s
 
 /**
  * @brief Gets record ID.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks It may return NULL pointer if the ID is not exist\n
@@ -1658,7 +1658,7 @@ int nfc_ndef_record_get_id(nfc_ndef_record_h record, unsigned char **id, int *si
 
 /**
  * @brief Gets record payload.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks This function gives you  the pointer of payload that is contained by record\n
@@ -1680,7 +1680,7 @@ int nfc_ndef_record_get_payload(nfc_ndef_record_h record, unsigned char ** paylo
 
 /**
  * @brief Gets record type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks This function gives you  the pointer of type that is contained by record.\n
@@ -1702,7 +1702,7 @@ int nfc_ndef_record_get_type(nfc_ndef_record_h record, unsigned char **type, int
 
 /**
  * @brief Gets record TNF (Type Name Format) value.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @param[in] record The handle to record
@@ -1720,7 +1720,7 @@ int nfc_ndef_record_get_tnf(nfc_ndef_record_h record, nfc_record_tnf_e *tnf);
 
 /**
  * @brief Gets text from text record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks This function returns newly allocated string, this value must be deallocated by caller.\n
@@ -1744,7 +1744,7 @@ int nfc_ndef_record_get_text(nfc_ndef_record_h record, char **text);
 
 /**
  * @brief Gets language code from text record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  * @remarks This function returns newly allocated string, this value must be deallocated by caller.\n
  * This function is valid only for text type record.\n
@@ -1767,7 +1767,7 @@ int nfc_ndef_record_get_langcode(nfc_ndef_record_h record, char **lang_code);
 
 /**
  * @brief Gets encoding type from text record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks  This function is valid only for text type record.\n
@@ -1790,7 +1790,7 @@ int nfc_ndef_record_get_encode_type(nfc_ndef_record_h record, nfc_encode_type_e
 
 /**
  * @brief Gets URI from URI record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The function returns newly allocated string, this value must be deallocated by caller.\n
@@ -1815,7 +1815,7 @@ int nfc_ndef_record_get_uri(nfc_ndef_record_h record, char **uri);
 
 /**
  * @brief Gets MIME type from MIME type record.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_RECORD_MODULE
  *
  * @remarks The function returns newly allocated string, this value must be deallocated by caller.\n
@@ -1840,7 +1840,7 @@ int nfc_ndef_record_get_mime_type(nfc_ndef_record_h record, char **mime_type);
 
 /**
  * @brief Creates NDEF message handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks The @a ndef_message should be released using nfc_ndef_message_destroy().
@@ -1862,7 +1862,7 @@ int nfc_ndef_message_create(nfc_ndef_message_h *ndef_message);
 
 /**
  * @brief Creates NDEF message handle from raw serial bytes.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks The @a ndef_message should be released using nfc_ndef_message_destroy().
@@ -1889,7 +1889,7 @@ int nfc_ndef_message_create_from_rawdata(nfc_ndef_message_h *ndef_message, const
 
 /**
  * @brief Destroys NDEF message handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks This function will free all these memory including record handles.
@@ -1910,7 +1910,7 @@ int nfc_ndef_message_destroy(nfc_ndef_message_h ndef_message);
 
 /**
  * @brief Gets the number of record in NDEF message.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @param[in] ndef_message The handle to NDEF message
@@ -1928,7 +1928,7 @@ int nfc_ndef_message_get_record_count(nfc_ndef_message_h ndef_message, int *coun
 
 /**
  * @brief Gets serial bytes array of NDEF message.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks It gets copy of the bytes array from NDEF message. @a rawdata must be released with free() by you.
@@ -1952,7 +1952,7 @@ int nfc_ndef_message_get_rawdata(nfc_ndef_message_h ndef_message, unsigned char
 
 /**
  * @brief Appends a record into NDEF message.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks Appended record is handled by frameworks. The record is released by frameworks when message is released.
@@ -1974,7 +1974,7 @@ int nfc_ndef_message_append_record(nfc_ndef_message_h ndef_message, nfc_ndef_rec
 
 /**
  * @brief Inserts a record at index into NDEF message.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks Appended record is handled by frameworks. The record is released by frameworks when message is released.\n
@@ -1999,7 +1999,7 @@ int nfc_ndef_message_insert_record(nfc_ndef_message_h ndef_message, int index, n
 
 /**
  * @brief Removes the record that indicated by index number and this deleted record will be freed.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @param[in] ndef_message The handle to NDEF message
@@ -2020,7 +2020,7 @@ int nfc_ndef_message_remove_record(nfc_ndef_message_h ndef_message, int index);
 
 /**
  * @brief Gets record by index.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_NDEF_MESSAGE_MODULE
  *
  * @remarks The @a record should not be released.
@@ -2043,7 +2043,7 @@ int nfc_ndef_message_get_record(nfc_ndef_message_h ndef_message, int index, nfc_
 
 /**
  * @brief Gets the type of NFC tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] tag The handle to NFC tag
@@ -2062,7 +2062,7 @@ int nfc_tag_get_type(nfc_tag_h tag, nfc_tag_type_e *type);
 
 /**
  * @brief Checks whether the given NFC tag supports NDEF messages.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] tag The handle to NFC tag
@@ -2081,7 +2081,7 @@ int nfc_tag_is_support_ndef(nfc_tag_h tag, bool *is_supported);
 
 /**
  * @brief Gets the maximum NDEF message size that can be stored in NFC tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @remarks This max size indicates the maximum size of NDEF message that can be stored in this detected tag.
@@ -2101,7 +2101,7 @@ int nfc_tag_get_maximum_ndef_size(nfc_tag_h tag, unsigned int *maximum_ndef_byte
 
 /**
  * @brief Gets size of NDEF message that stored in the tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] tag The handle to NFC tag
@@ -2120,7 +2120,7 @@ int nfc_tag_get_ndef_size(nfc_tag_h tag, unsigned int *ndef_bytes_size);
 
 /**
  * @brief Retrieves all tag information.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
  *
  * @param[in] tag The handle to NFC tag
@@ -2144,7 +2144,7 @@ int nfc_tag_foreach_information(nfc_tag_h tag, nfc_tag_information_cb callback,
  * @details This function is the only way to access the raw format card (not formated),
        each tag type requires own command to access tags. \n
        This function provides the low level access of tag operation and you require the knowledge of each tag technology.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
@@ -2178,7 +2178,7 @@ int nfc_tag_transceive(nfc_tag_h tag, unsigned char *buffer, int buffer_size, nf
 
 /**
  * @brief Reads NDEF formatted data from NFC tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
@@ -2212,7 +2212,7 @@ int nfc_tag_read_ndef(nfc_tag_h tag, nfc_tag_read_completed_cb callback, void *u
 
 /**
  * @brief Writes NDEF formatted data.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
@@ -2247,7 +2247,7 @@ int nfc_tag_write_ndef(nfc_tag_h tag, nfc_ndef_message_h msg, nfc_tag_write_comp
 /**
  * @brief Formats the detected tag that can store NDEF message.
  * @details Some tags are required authentication. If the detected target doesn't need authentication, @a key can be NULL.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_TAG_MODULE
@@ -2282,7 +2282,7 @@ int nfc_tag_format_ndef(nfc_tag_h tag, unsigned char *key, int key_size, nfc_tag
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Authenticates a sector with key A.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks I/O operations(read / write / increment / decrement / transfer / restore) will be available after successful authentication.\n
@@ -2333,7 +2333,7 @@ int nfc_mifare_authenticate_with_keyA(nfc_tag_h tag, int sector_index, unsigned
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Authenticates a sector with key B.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks I/O operations(read / write / increment / decrement / transfer / restore) will be available after successful authentication.\n
@@ -2385,7 +2385,7 @@ int nfc_mifare_authenticate_with_keyB(nfc_tag_h tag, int sector_index, unsigned
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Reads a 16-byte block.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE classic.
@@ -2419,7 +2419,7 @@ int nfc_mifare_read_block(nfc_tag_h tag, int block_index, nfc_mifare_read_block_
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Reads 4 pages(16 bytes).
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE Ultra light.\n
@@ -2455,7 +2455,7 @@ int nfc_mifare_read_page(nfc_tag_h tag, int page_index, nfc_mifare_read_page_com
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Writes block (16 byte) of data to the tag at a given block index.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE classic.
@@ -2491,7 +2491,7 @@ int nfc_mifare_write_block(nfc_tag_h tag, int block_index, unsigned char *buffer
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Writes a page (4 bytes) of data to the tag at a given page index.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE Ultra light
@@ -2527,7 +2527,7 @@ int nfc_mifare_write_page(nfc_tag_h tag, int page_index, unsigned char *buffer,
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Increases a value block, storing the result in the temporary block on the tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE classic
@@ -2563,7 +2563,7 @@ int nfc_mifare_increment(nfc_tag_h tag, int block_index, int value, nfc_mifare_i
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Decreases a value block, storing the result in the temporary block on the tag.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks  This function is only available for MIFARE classic
@@ -2598,7 +2598,7 @@ int nfc_mifare_decrement(nfc_tag_h tag, int block_index, int value, nfc_mifare_d
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Copies from the temporary block to the specified block.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE classic
@@ -2631,7 +2631,7 @@ int nfc_mifare_transfer(nfc_tag_h tag, int block_index, nfc_mifare_transfer_comp
 /**
  * @ingroup CAPI_NETWORK_NFC_TAG_MIFARE_MODULE
  * @brief Copies from a value block to the temporary block.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @remarks This function is only available for MIFARE classic
@@ -2663,7 +2663,7 @@ int nfc_mifare_restore(nfc_tag_h tag, int block_index, nfc_mifare_restore_comple
 
 /**
  * @brief Sets a callback function for receiving data from NFC peer-to-peer target.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  *
  * @param[in] target The handle to peer target
@@ -2684,7 +2684,7 @@ int nfc_p2p_set_data_received_cb(nfc_p2p_target_h target, nfc_p2p_data_received_
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
  *
  * @param[in] target The handle to peer target
@@ -2703,7 +2703,7 @@ int nfc_p2p_unset_data_received_cb(nfc_p2p_target_h target);
 
 /**
  * @brief Sends data to NFC peer-to-peer target.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2735,7 +2735,7 @@ int nfc_p2p_send(nfc_p2p_target_h target, nfc_ndef_message_h message, nfc_p2p_se
 
 /**
  * @brief Starts peer-to-peer server using SNEP protocol.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2767,7 +2767,7 @@ int nfc_snep_start_server(nfc_p2p_target_h target, const char *san, int sap, nfc
 
 /**
  * @brief Starts peer-to-peer client using SNEP protocol.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2801,7 +2801,7 @@ int nfc_snep_start_client(nfc_p2p_target_h target, const char *san, int sap, nfc
 
 /**
  * @brief Sends request message to peer-to-peer client using SNEP protocol.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2833,7 +2833,7 @@ int nfc_snep_send_client_request(nfc_p2p_snep_h handle, nfc_snep_type_e type, nf
 
 /**
  * @brief Stops snep server or client.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2857,7 +2857,7 @@ int nfc_snep_stop_service(nfc_p2p_target_h target, nfc_p2p_snep_h service);
 
 /**
  * @brief Registers peer-to-peer server using SNEP protocol.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2888,7 +2888,7 @@ int nfc_snep_register_server(const char *san, int sap, nfc_snep_event_cb callbac
 
 /**
  * @brief Unregisters snep server or client.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc
  * @ingroup CAPI_NETWORK_NFC_P2P_MODULE
@@ -2912,7 +2912,7 @@ int nfc_snep_unregister_server(const char *san, int sap);
 
 /**
  * @brief Enables card emulation mode.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_SE_MODULE
@@ -2939,7 +2939,7 @@ int nfc_se_enable_card_emulation(void);
 
 /**
  * @brief Disables card emulation mode.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_SE_MODULE
@@ -2966,7 +2966,7 @@ int nfc_se_disable_card_emulation(void);
 
 /**
  * @brief Gets the current card emulation mode.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_SE_MODULE