From: Hyuk Lee Date: Mon, 21 Nov 2016 23:25:24 +0000 (+0900) Subject: Fix the doxygen reference warning X-Git-Tag: submit/tizen_3.0/20161122.004310~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b7a6fb2980fce19c6cce65740f642df217a649e;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the doxygen reference warning Change-Id: Ibd485c2106198dfd313e5e4b46f484d1b8eec54f Signed-off-by: Hyuk Lee --- diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index 5e47516..c211c02 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -555,7 +555,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK * - * More details on featuring your application can be found from Feat + * More details on featuring your application can be found from Feature Element. * @endif */ @@ -584,7 +584,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK * - * More details on featuring your application can be found from Feat + * More details on featuring your application can be found from Feature Element. * @endif */ diff --git a/include/mobile/bluetooth.h b/include/mobile/bluetooth.h index 7ca417c..b3f53b2 100644 --- a/include/mobile/bluetooth.h +++ b/include/mobile/bluetooth.h @@ -1606,7 +1606,7 @@ int bt_adapter_le_set_advertising_connectable(bt_advertiser_h advertiser, bool c * @return 0 on success, otherwise a negative error value. * @retval #BT_ERROR_NONE Successful * @retval #BT_ERROR_NOT_ENABLED Adapter is not enabled - * @retval #BT_ERROR_INVALID_PARAM Parameter is invalid + * @retval #BT_ERROR_INVALID_PARAMETER Parameter is invalid * @retval #BT_ERROR_PERMISSION_DENIED Permission denied * @retval #BT_ERROR_NOT_SUPPORTED Not supported * @pre The state of local bluetooth must be #BT_ADAPTER_ENABLED. diff --git a/include/wearable/bluetooth.h b/include/wearable/bluetooth.h index a68580e..167f783 100644 --- a/include/wearable/bluetooth.h +++ b/include/wearable/bluetooth.h @@ -1379,7 +1379,7 @@ int bt_adapter_le_set_advertising_connectable(bt_advertiser_h advertiser, bool c * @return 0 on success, otherwise a negative error value. * @retval #BT_ERROR_NONE Successful * @retval #BT_ERROR_NOT_ENABLED Adapter is not enabled - * @retval #BT_ERROR_INVALID_PARAM Parameter is invalid + * @retval #BT_ERROR_INVALID_PARAMETER Parameter is invalid * @retval #BT_ERROR_PERMISSION_DENIED Permission denied * @retval #BT_ERROR_NOT_SUPPORTED Not supported * @pre The state of local bluetooth must be #BT_ADAPTER_ENABLED. @@ -3343,7 +3343,7 @@ int bt_avrcp_control_get_equalizer_state(bt_avrcp_equalizer_state_e *state); * @since_tizen 3.0 * @privlevel public * @privilege %http://tizen.org/privilege/bluetooth - * @param[in] Mode The new repeat mode, one of: OFF, SINGLE, ALL + * @param[in] mode The new repeat mode, one of: OFF, SINGLE, ALL * @return 0 on success, otherwise a negative error value. * @retval #BT_ERROR_NONE Successful * @retval #BT_ERROR_NOT_INITIALIZED Not initialized diff --git a/include/wearable/bluetooth_type.h b/include/wearable/bluetooth_type.h index aa675e7..c146f53 100644 --- a/include/wearable/bluetooth_type.h +++ b/include/wearable/bluetooth_type.h @@ -1911,7 +1911,7 @@ typedef struct { * @since_tizen 3.0 * * @param[in] result The result of changing the connection state. - * @param[in] connected The requested state. @a true means the connection is enabled, @false means the connection is disabled. + * @param[in] connected The requested state. @a true means the connection is enabled, @a false means the connection is disabled. * @param[in] remote_address The remote device's address * @param[in] user_data The user data passed from the callback registration function * @see bt_hid_device_activate()