From 2db4898d900856bc87ecde6e0aefd6ac432bcf4d Mon Sep 17 00:00:00 2001 From: Jiung Yu Date: Wed, 30 Aug 2023 16:11:32 +0900 Subject: [PATCH] Modify wrong parameter description on doc Change-Id: Ifa272f793da172a508a617b7b5f377cd43b892f5 Signed-off-by: Yu jiung --- include/wifi-direct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wifi-direct.h b/include/wifi-direct.h index 5e53526..b5973be 100644 --- a/include/wifi-direct.h +++ b/include/wifi-direct.h @@ -5717,7 +5717,7 @@ int wifi_direct_set_max_clients(int max); * @since_tizen 2.3 * @privlevel public * @privilege %http://tizen.org/privilege/wifidirect - * @param[in] max The max number of clients + * @param[out] max The max number of clients * @return @c 0 on success, * otherwise a negative error value * @retval #WIFI_DIRECT_ERROR_NONE Successful -- 2.7.4