From: Ickhee Woo Date: Fri, 23 Sep 2016 05:18:48 +0000 (+0900) Subject: fix API doc for eliminating warning message X-Git-Tag: submit/tizen/20160928.025004~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab35b11c98fb5277ac8a42c80489c2398dacf4cb;p=platform%2Fcore%2Fapi%2Flibaccount-service.git fix API doc for eliminating warning message Change-Id: I6571284321a5294652122658d6447c2d25ee6e1d Signed-off-by: Ickhee Woo --- diff --git a/include/mobile/account.h b/include/mobile/account.h index 7934824..f55c782 100644 --- a/include/mobile/account.h +++ b/include/mobile/account.h @@ -1433,10 +1433,10 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback, * @exception #ACCOUNT_ERROR_NONE Successful * @exception #ACCOUNT_ERROR_INVALID_PARAMETER Invalid parameter * @exception #ACCOUNT_ERROR_RECORD_NOT_FOUND Related record does not exist - * @excaption #ACCOUNT_ERROR_DB_FAILED Database operation failed + * @exception #ACCOUNT_ERROR_DB_FAILED Database operation failed * @exception #ACCOUNT_ERROR_PERMISSION_DENIED DB access fail by permission - * @excaption #ACCOUNT_ERROR_DATABASE_BUSY SQLite handler is busy - * @excaption #ACCOUNT_ERROR_DB_NOT_OPENED Account database did not opened + * @exception #ACCOUNT_ERROR_DATABASE_BUSY SQLite handler is busy + * @exception #ACCOUNT_ERROR_DB_NOT_OPENED Account database did not opened * * @pre This function requires an open connection to an account service by account_connect() on tizen 2.3.\n * But the account_connect() is not required to use this function since tizen 2.4. @@ -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[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. + * @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. * * @return @c 0 on success, * otherwise a negative error value @@ -1849,9 +1849,16 @@ int account_subscribe_notification(account_subscribe_h account_subscribe, accoun */ int account_unsubscribe_notification(account_subscribe_h account_subscribe); + +/* End of Account APIs */ +/** + * @} + */ + + #ifdef __cplusplus } #endif -#endif /* __ACCOUNT_H_ */ +#endif /* __ACCOUNT_H__ */ diff --git a/include/wearable/account.h b/include/wearable/account.h index 793fe57..dd1e63a 100644 --- a/include/wearable/account.h +++ b/include/wearable/account.h @@ -1342,10 +1342,10 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback, * @exception #ACCOUNT_ERROR_NONE Successful * @exception #ACCOUNT_ERROR_INVALID_PARAMETER Invalid parameter * @exception #ACCOUNT_ERROR_RECORD_NOT_FOUND Related record does not exist - * @excaption #ACCOUNT_ERROR_DB_FAILED Database operation failed + * @exception #ACCOUNT_ERROR_DB_FAILED Database operation failed * @exception #ACCOUNT_ERROR_PERMISSION_DENIED DB access fail by permission - * @excaption #ACCOUNT_ERROR_DATABASE_BUSY SQLite handler is busy - * @excaption #ACCOUNT_ERROR_DB_NOT_OPENED Account database did not opened + * @exception #ACCOUNT_ERROR_DATABASE_BUSY SQLite handler is busy + * @exception #ACCOUNT_ERROR_DB_NOT_OPENED Account database did not opened * */ bool account_type_query_supported_feature(const char *app_id, const char *capability); @@ -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[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. + * @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. * * @return @c 0 on success, @@ -1739,9 +1739,16 @@ int account_subscribe_notification(account_subscribe_h account_subscribe, accoun */ int account_unsubscribe_notification(account_subscribe_h account_subscribe); + +/* End of Account APIs */ +/** + * @} + */ + + #ifdef __cplusplus } #endif -#endif /* __ACCOUNT_H_ */ +#endif /* __ACCOUNT_H__ */ diff --git a/packaging/libaccount-service.spec b/packaging/libaccount-service.spec index 956673a..11b1a94 100644 --- a/packaging/libaccount-service.spec +++ b/packaging/libaccount-service.spec @@ -1,7 +1,7 @@ Name: libaccount-service Summary: Account DB library -Version: 0.4.6 +Version: 0.4.7 Release: 1 Group: Social & Content/API License: Apache-2.0