From ae99eaceb5022595c5d65aae703ff2627cb74344 Mon Sep 17 00:00:00 2001 From: Dewal Agarwal Date: Wed, 14 Aug 2024 16:53:11 +0900 Subject: [PATCH] Remove duplicate description Change-Id: I2d69090bfc27b938a5a1b7aa8b00706f1ce8d6f4 Signed-off-by: Dewal Agarwal --- include/account.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/account.h b/include/account.h index 8b64fbb..8a59586 100644 --- a/include/account.h +++ b/include/account.h @@ -1513,8 +1513,6 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback, * * @return @c TRUE if the application supports the given capability, \n * otherwise @c FALSE if the application does not support the given capability - * @retval @c TRUE means the application supports the given capability - * @retval @c FALSE means the application does not support the given capability * @exception #ACCOUNT_ERROR_NONE Successful * @exception #ACCOUNT_ERROR_INVALID_PARAMETER Invalid parameter * @exception #ACCOUNT_ERROR_RECORD_NOT_FOUND Related record does not exist -- 2.34.1