From: Abhimanyu Swami Date: Fri, 1 Nov 2019 11:40:10 +0000 (+0530) Subject: Resolved Native API Reference issues for libaccount-service X-Git-Tag: submit/tizen/20191105.102408^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F216826%2F1;p=platform%2Fcore%2Fapi%2Flibaccount-service.git Resolved Native API Reference issues for libaccount-service Change-Id: Ie7a3bd4de66cb1e2d3aabdb416cd0ee3ad0f252e Signed-off-by: Abhimanyu Swami --- diff --git a/include/account.h b/include/account.h index 639d3ed..c5e7032 100644 --- a/include/account.h +++ b/include/account.h @@ -590,7 +590,6 @@ int account_get_display_name(account_h account, char **display_name); * @retval #ACCOUNT_ERROR_INVALID_PARAMETER Invalid parameter * @retval #ACCOUNT_ERROR_NOT_SUPPORTED Not supported * - * @see account_get_display_name() */ int account_set_display_name(account_h account, const char *display_name); @@ -1928,7 +1927,6 @@ int account_subscribe_create(account_subscribe_h *account_subscribe); * @retval #ACCOUNT_ERROR_NOT_SUPPORTED Not supported * * @see account_unsubscribe_notification() - * @see account_subscribe_notification() */ int account_subscribe_notification(account_subscribe_h account_subscribe, account_event_cb callback, void *user_data);