Fix doxygen 72/240772/1 accepted/tizen/unified/20200827.105724 submit/tizen/20200824.065557
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 11 Aug 2020 08:22:22 +0000 (17:22 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 11 Aug 2020 08:22:27 +0000 (17:22 +0900)
Change-Id: I470525a45d4ddac9162600784dc146c73988b7cb

include/tethering.h

index ce2bd87..423c98b 100644 (file)
@@ -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