From: Ickhee Woo Date: Mon, 26 Sep 2016 05:07:46 +0000 (+0900) Subject: fix api doc for in,out param X-Git-Tag: accepted/tizen/3.0/ivi/20161011.044348^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e90f062ffc8288db4d86ef479bd7640ab12eb14;p=platform%2Fcore%2Fapi%2Flibaccount-service.git fix api doc for in,out param Change-Id: I0af8f82bf4c01d3c4418da6334e95b13720cfc62 Signed-off-by: Ickhee Woo --- diff --git a/include/mobile/account.h b/include/mobile/account.h index f55c782..935bb19 100644 --- a/include/mobile/account.h +++ b/include/mobile/account.h @@ -1645,7 +1645,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap * @privlevel public * @privilege %http://tizen.org/privilege/account.read * @param[in] app_id The application ID to search - * @param[inout] account_type The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function. + * @param[in,out] account_type The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function. * * @return @c 0 on success, * otherwise a negative error value diff --git a/include/wearable/account.h b/include/wearable/account.h index dd1e63a..e132c06 100644 --- a/include/wearable/account.h +++ b/include/wearable/account.h @@ -1547,7 +1547,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap * @privlevel public * @privilege %http://tizen.org/privilege/account.read * @param[in] app_id The application ID to search - * @param[inout] account_type The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function. + * @param[in,out] account_type The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function. * * @return @c 0 on success,