Fix the doxygen reference warning 64/99064/1
authorHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 21 Nov 2016 23:26:53 +0000 (08:26 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 21 Nov 2016 23:26:53 +0000 (08:26 +0900)
Change-Id: Iaa91507920839f60f02fe9ea9b2ae6aeb0b88780
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
doc/bluetooth_doc.h
include/mobile/bluetooth.h
include/wearable/bluetooth.h
include/wearable/bluetooth_type.h

index 5e47516..c211c02 100644 (file)
  *
  * 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
  */
 
  *
  * 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
  */
 
index 7ca417c..b3f53b2 100644 (file)
@@ -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.
index a68580e..167f783 100644 (file)
@@ -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
index aa675e7..c146f53 100644 (file)
@@ -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, @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()