Delete @see tag which points to itself 00/214300/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0_hotfix accepted/tizen/5.5/unified/20191031.031356 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065816 accepted/tizen/5.5/unified/wearable/hotfix/20201027.121658 accepted/tizen/6.0/unified/20201030.122537 accepted/tizen/6.0/unified/hotfix/20201103.004840 accepted/tizen/6.0/unified/hotfix/20201103.052214 accepted/tizen/unified/20190923.225315 submit/tizen/20190923.010203 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 submit/tizen_5.5_wearable_hotfix/20201026.184302 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_5.5.m2_release tizen_6.0.m2_release
authorJihoon Jung <jh8801.jung@samsung.com>
Fri, 20 Sep 2019 04:31:17 +0000 (13:31 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Fri, 20 Sep 2019 04:31:17 +0000 (13:31 +0900)
Change-Id: Ieeff9e3ed5098c186b8897889254b794472d3d8d
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
include/nfc.h

index 3891fe9..faa3df4 100644 (file)
@@ -2678,7 +2678,6 @@ int nfc_mifare_restore(nfc_tag_h tag, int block_index, nfc_mifare_restore_comple
  * @retval #NFC_ERROR_NOT_INITIALIZED Not initialized NFC
  * @retval #NFC_ERROR_INVALID_PARAMETER        Invalid parameter
  *
- * @see nfc_p2p_set_data_received_cb()
  * @see nfc_p2p_unset_data_received_cb()
  * @see nfc_p2p_target_discovered_cb()
  * @see nfc_manager_initialize()
@@ -2699,7 +2698,6 @@ int nfc_p2p_set_data_received_cb(nfc_p2p_target_h target, nfc_p2p_data_received_
  * @retval #NFC_ERROR_INVALID_PARAMETER        Invalid parameter
  *
  * @see nfc_p2p_set_data_received_cb()
- * @see nfc_p2p_unset_data_received_cb()
  * @see nfc_p2p_target_discovered_cb()
  * @see nfc_manager_initialize()
  */