From: Seonah Moon Date: Fri, 10 Apr 2020 06:07:38 +0000 (+0900) Subject: doxygen: remove wrong description X-Git-Tag: submit/tizen/20200616.063112~5^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02c017e61b5ce0e4122691bdee7de095229df2d9;p=platform%2Fcore%2Fapi%2Fwifi-aware.git doxygen: remove wrong description --- diff --git a/include/wifi-aware.h b/include/wifi-aware.h index 87715e0..7fbce1d 100644 --- a/include/wifi-aware.h +++ b/include/wifi-aware.h @@ -855,14 +855,12 @@ int wifi_aware_data_path_set_psk(wifi_aware_data_path_h data_path, const char *k */ int wifi_aware_data_path_set_pmk(wifi_aware_data_path_h data_path, const unsigned char *key); -// only for responder /** * @brief Sets a port for Wi-Fi Aware Data Path. * @since_tizen 6.0 * @param[in] data_path The Data Path handle * @param[in] port The port - * @remarks This is only for Data Path Responder.\n - * @a port cannot be exceed 65535. + * @remarks @a port cannot be exceed 65535. * @return 0 on success, otherwise a negative error value * @retval #WIFI_AWARE_ERROR_NONE * @retval #WIFI_AWARE_ERROR_INVALID_PARAMETER @@ -940,8 +938,7 @@ int wifi_aware_data_path_get_peer_port(wifi_aware_data_path_h data_path, int* po /** * @brief Gets an IPv6 address of a peer - * @remarks This is only for Data Path Initiator.\n - * @a ipv6_address should be freed by using free(). + * @remarks @a ipv6_address should be freed by using free(). * @since_tizen 6.0 * @param[in] data_path The Data Path handle * @param[out] ipv6_address The IPv6 address of a peer