Remove impossible Error description 75/58875/1
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 4 Feb 2016 10:19:37 +0000 (19:19 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 4 Feb 2016 10:21:22 +0000 (19:21 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I9567c9eefbe89070dcb03c0b55a33a4a52c9d55a

include/nfc.h

index 533facc..833a323 100755 (executable)
@@ -743,7 +743,6 @@ typedef void (*nfc_se_registered_aid_cb)(nfc_se_type_e se_type,     const char *aid,
  * @exception #NFC_ERROR_NONE Success
  * @exception #NFC_ERROR_NOT_SUPPORTED Not supported NFC
  * @exception #NFC_ERROR_ILLEGAL_STATE Illegal state
- * @exception #NFC_ERROR_INVALID_PARAMETER Invalid parameter
  * @exception #NFC_ERROR_OPERATION_FAILED Operation fail
  */
 bool nfc_manager_is_supported(void);
@@ -826,7 +825,6 @@ int nfc_manager_set_activation(bool activation, nfc_activation_completed_cb call
  * @exception #NFC_ERROR_NONE Success
  * @exception #NFC_ERROR_NOT_SUPPORTED Not supported NFC
  * @exception #NFC_ERROR_ILLEGAL_STATE Illegal state
- * @exception #NFC_ERROR_INVALID_PARAMETER Invalid parameter
  * @exception #NFC_ERROR_OPERATION_FAILED Operation fail
  */
 bool nfc_manager_is_activated(void);