*
* @since_tizen 5.0
*
- * @remarks The @group should not be released.
- * @remarks The @group can be used only in the callback. To use outside, make a copy.
+ * @remarks The @a group should not be released.
+ * @remarks The @a group can be used only in the callback. To use outside, make a copy.
*
* @param[out] type Companion group type
* @param[out] group Group resource found
*
* @since_tizen 5.0
*
- * @remarks The @device should not be released.
- * @remarks The @device can be used only in the callback. To use outside, make a copy.
+ * @remarks The @a device should not be released.
+ * @remarks The @a device can be used only in the callback. To use outside, make a copy.
*
* @param[out] device Device found
* @param[out] user_data User data pointer
*
* @since_tizen 5.0
*
- * @remarks The @resp_data should not be released.
- * @remarks The @resp_data can be used only in the callback. To use outside, make a copy.
+ * @remarks The @a resp_data should not be released.
+ * @remarks The @a resp_data can be used only in the callback. To use outside, make a copy.
*
* @param[out] result Result of operation
* @param[out] resp_data Retrieved data
*
* @since_tizen 5.0
*
- * @remarks The @cmd, @arg should not be released.
- * @remarks The @cmd, @arg can be used only in the callback. To use outside, make a copy.
+ * @remarks The @a cmd, @arg should not be released.
+ * @remarks The @a cmd, @arg can be used only in the callback. To use outside, make a copy.
*
* @param[out] cmd Command
* @param[out] arg Argument
* @brief Initializes companion-manager.
* @since_tizen 5.0
*
- * @remarks You must release @handle using companion_deinitialize().
+ * @remarks You must release @a handle using companion_deinitialize().
*
* @param[out] handle The companion manager handle
*
* @retval #COMP_ERROR_NONE Successful
* @retval #COMP_ERROR_ALREADY_INITIALIZED Already initialized
* @retval #COMP_ERROR_INVALID_PARAMETER Invalid parameter
- * @retval #COMP_ERROR_INVALID_OPERATION Invalid operation
* @retval #COMP_ERROR_OPERATION_FAILED Operation failed
- * @retval #COMP_ERROR_PERMISSION_DENIED Permission Denied
* @retval #COMP_ERROR_OUT_OF_MEMORY Out of memory
*/
int companion_initialize(companion_h *handle);
* @return 0 on success, otherwise negative error value
* @retval #COMP_ERROR_NONE Successful
* @retval #COMP_ERROR_INVALID_PARAMETER Invalid parameter
- * @retval #COMP_ERROR_INVALID_OPERATION Invalid operation
* @retval #COMP_ERROR_OPERATION_FAILED Operation failed
*/
int companion_deinitialize(companion_h handle);
*
* @since_tizen 5.0
*
- * @remarks The @devices should be released using companion_device_destroy().
+ * @remarks The @a devices should be released using companion_device_destroy().
*
* @param[in] handle The companion manager handle
* @param[in] group Group resource list
*
* @since_tizen 5.0
*
+ * @param[in] handle The companion manager handle
* @param[in] group Group handle
* @param[in] device Device handle
* @param[in] PIN PIN number
* @since_tizen 5.0
*
* @param[in] handle The companion manager handle
- * @param[in] handle The companion manager handle
* @param[in] device Local device handle
*
* @return 0 on success, otherwise a negative error value.
*
* @since_tizen 5.0
*
- * @remarks The @uuid should not be released.
+ * @remarks The @a uuid should not be released.
+ * @remarks The @a uuid can be used only in the callback. To use outside, make a copy.
*
* @param[in] handle The companion manager handle
- * @param[in] uuid Local device UUID
+ * @param[out] uuid Local device UUID
*
* @return 0 on success, otherwise a negative error value.
* @retval #COMP_ERROR_NONE Successful
*
* @since_tizen 5.0
*
- * @remarks The @group should be released using companion_group_information_destroy().
+ * @remarks The @a group should be released using companion_group_information_destroy().
*
* @param[in] group Group handle
*
*
* @since_tizen 5.0
*
- * @remarks The @dst should be released using companion_group_information_destroy().
+ * @remarks The @a dst should be released using companion_group_information_destroy().
*
* @param[out] dst Destination group handle
* @param[in] src Source group handle
*
* @since_tizen 5.0
*
- * @remarks The @resource_type should be released using free().
+ * @remarks The @a resource_type should be released using free().
*
* @param[in] group Group handle
* @param[out] resource_type Resource type
*
* @since_tizen 5.0
*
- * @remarks The @uri_path should be released using free().
+ * @remarks The @a uri_path should be released using free().
*
* @param[in] group Group handle
* @param[out] uri_path URI path
*
* @since_tizen 5.0
*
- * @remarks The @name should be released using free().
+ * @remarks The @a name should be released using free().
*
* @param[in] group Group handle
* @param[out] name Name of the group
*
* @since_tizen 5.0
*
- * @remarks The @host_addr should be released using free().
+ * @remarks The @a host_addr should be released using free().
*
* @param[in] group Group handle
* @param[out] host_addr Host address of the group
*
* @since_tizen 5.0
*
- * @remarks The @device should be released using companion_device_information_destroy().
+ * @remarks The @a device should be released using companion_device_information_destroy().
*
- * @param[in] device Device handle
+ * @param[out] device Device handle
*
* @return 0 on success, otherwise a negative error value.
* @retval #COMP_ERROR_NONE Successful
*
* @since_tizen 5.0
*
- * @remarks The @target should be released using companion_device_information_destroy().
+ * @remarks The @a target should be released using companion_device_information_destroy().
*
- * @param[out] target Target device handle
+ * @param[in] target Target device handle
* @param[in] source Source device handle
*
* @return 0 on success, otherwise a negative error value.
*
* @since_tizen 5.0
*
- * @remarks The @device_id should be released using free().
+ * @remarks The @a device_id should be released using free().
*
* @param[in] device Device handle
* @param[out] device_id Device ID
*
* @since_tizen 5.0
*
- * @remarks The @ip should be released using free().
+ * @remarks The @a ip should be released using free().
*
* @param[in] device Device handle
* @param[out] ip IP address
*
* @since_tizen 5.0
*
- * @remarks The @device_type should be released using free().
+ * @remarks The @a device_type should be released using free().
*
* @param[in] device Device handle
* @param[out] device_type Device type