summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyuk Lee <hyuk0512.lee@samsung.com>2016-11-22 08:26:53 +0900
committerHyuk Lee <hyuk0512.lee@samsung.com>2016-11-22 08:26:53 +0900
commitbaf131b2cf82340020ea4b0104949062ea2a4172 (patch)
treeac9ce0e0c689abb7368f008087c107dcae1ee04f
parent62e63c2408511e4966d5340e4d2a120d34a2fe3c (diff)
downloadbluetooth-baf131b2cf82340020ea4b0104949062ea2a4172.tar.gz
bluetooth-baf131b2cf82340020ea4b0104949062ea2a4172.tar.bz2
bluetooth-baf131b2cf82340020ea4b0104949062ea2a4172.zip
Fix the doxygen reference warning
Change-Id: Iaa91507920839f60f02fe9ea9b2ae6aeb0b88780 Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
-rw-r--r--doc/bluetooth_doc.h4
-rw-r--r--include/mobile/bluetooth.h2
-rw-r--r--include/wearable/bluetooth.h4
-rw-r--r--include/wearable/bluetooth_type.h2
4 files changed, 6 insertions, 6 deletions
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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feat
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
* @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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feat
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
* @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()