From: Seonah Moon Date: Tue, 11 Aug 2020 08:22:22 +0000 (+0900) Subject: Fix doxygen X-Git-Tag: submit/tizen/20200824.065557^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c4a3238308310281e22196b0df1b2c360e7b18c;p=platform%2Fcore%2Fapi%2Ftethering.git Fix doxygen Change-Id: I470525a45d4ddac9162600784dc146c73988b7cb --- diff --git a/include/tethering.h b/include/tethering.h index ce2bd87..423c98b 100644 --- a/include/tethering.h +++ b/include/tethering.h @@ -915,7 +915,7 @@ int tethering_wifi_remove_allowed_mac_list(tethering_h tethering, const char *ma int tethering_wifi_get_allowed_mac_list(tethering_h tethering, void **allowed_mac_list); /** - * @brief Adds the mac-address to the blocked(black list) client list. + * @brief Adds the mac-address to the blocked client list. * @details AP can disallow the client by adding clients mac-address to the blocked list. * @since_tizen 3.0 * @privlevel platform @@ -932,7 +932,7 @@ int tethering_wifi_get_allowed_mac_list(tethering_h tethering, void **allowed_ma int tethering_wifi_add_blocked_mac_list(tethering_h tethering, const char *mac); /** - * @brief Removes the mac-address from the blocked(black list) client list. + * @brief Removes the mac-address from the blocked client list. * @details Removes the mac-address from the blocked client list. * @since_tizen 3.0 * @privlevel platform