From: chleun.moon Date: Fri, 23 Sep 2016 02:03:35 +0000 (+0900) Subject: Remove reference warning X-Git-Tag: submit/tizen/20160928.053415^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F89266%2F1;p=platform%2Fcore%2Fapi%2Fwifi-direct.git Remove reference warning Change-Id: Iec9b6be8c6dc10047a7ceb57bb7e33ea070a9735 Signed-off-by: cheoleun --- diff --git a/include/wifi-direct.h b/include/wifi-direct.h index 8c6b618..bf2b0e3 100644 --- a/include/wifi-direct.h +++ b/include/wifi-direct.h @@ -385,7 +385,7 @@ typedef void (*wifi_direct_device_state_changed_cb) (int error_code, * #WIFI_DIRECT_ERROR_NONE * #WIFI_DIRECT_ERROR_OPERATION_FAILED * #WIFI_DIRECT_ERROR_NOT_PERMITTED - * #WIFI_DIRECT_ERROR_CONNECTOIN_FAILED + * #WIFI_DIRECT_ERROR_CONNECTION_FAILED * @param[in] error_code The error code * @param[in] connection_state The connection state * @param[in] mac_address The MAC address of the connection peer @@ -2090,8 +2090,8 @@ int wifi_direct_set_display_availability(bool availability); * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @param[in] mac_address MAC Address of the PEER - * @param[out] type The information of a peer's Wi-Fi Display device type - * @if there's Wi-Fi Direct information, this will be NULL + * @param[out] type The information of a peer's Wi-Fi Display device type. + * If there's no Wi-Fi Direct information, this will be NULL * @return 0 on success, otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER Invalid parameter @@ -2113,8 +2113,8 @@ int wifi_direct_get_peer_display_type(char *mac_address, wifi_direct_display_typ * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @param[in] mac_address MAC Address of the PEER - * @param[out] availability The information of a peer's Wi-Fi Display session availability - * @if there's Wi-Fi Direct information, this will be NULL + * @param[out] availability The information of a peer's Wi-Fi Display session availability. + * If there's no Wi-Fi Direct information, this will be NULL * @return 0 on success, otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER Invalid parameter @@ -2136,8 +2136,8 @@ int wifi_direct_get_peer_display_availability(char *mac_address, bool *availabil * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @param[in] mac_address MAC Address of the PEER - * @param[out] hdcp The information of a peer's Wi-Fi Display HDCP support - * @if there's Wi-Fi Direct information, this will be NULL + * @param[out] hdcp The information of a peer's Wi-Fi Display HDCP support. + * If there's no Wi-Fi Direct information, this will be NULL * @return 0 on success, otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER Invalid parameter @@ -2159,8 +2159,8 @@ int wifi_direct_get_peer_display_hdcp(char *mac_address, int *hdcp); * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @param[in] mac_address MAC Address of the PEER - * @param[out] port The information of a peer's Wi-Fi Display RTSP control port - * @if there's Wi-Fi Direct information, this will be NULL + * @param[out] port The information of a peer's Wi-Fi Display RTSP control port. + * If there's no Wi-Fi Direct information, this will be NULL * @return 0 on success, otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER Invalid parameter @@ -2182,8 +2182,8 @@ int wifi_direct_get_peer_display_port(char *mac_address, int *port); * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @param[in] mac_address MAC Address of the PEER - * @param[out] throughput The information of a peer's Wi-Fi Display max throughput (Mbps) - * @if there's Wi-Fi Direct information, this will be NULL + * @param[out] throughput The information of a peer's Wi-Fi Display max throughput (Mbps). + * If there's no Wi-Fi Direct information, this will be NULL * @return 0 on success, otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER Invalid parameter