doxygen: remove wrong description
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 10 Apr 2020 06:07:38 +0000 (15:07 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 10 Apr 2020 06:07:38 +0000 (15:07 +0900)
include/wifi-aware.h

index 87715e0..7fbce1d 100644 (file)
@@ -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