From 581a207e4bbcb7ad5f82d2c11f3b9873d153e046 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 19 Nov 2019 10:34:22 +0900 Subject: [PATCH] doxygen: remove unknown functions Change-Id: I1ad1cf730e3b59b4ff63c579023cd7c4ed2b99ec --- include/download.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/download.h b/include/download.h index b821a45..2dc27ba 100755 --- a/include/download.h +++ b/include/download.h @@ -533,9 +533,7 @@ int download_get_mime_type(int download_id, char **mime_type); * @privlevel public * @privilege %http://tizen.org/privilege/download * - * @remarks The client should call download_set_notification() and download_set_notification_extra_param() after calling this API. - * If it is not done, the user will not receive the download result in case the client process is not alive. \n - * The default value is @c false. + * @remarks The default value is @c false. * * @param[in] download_id The download ID * @param[in] enable Set @c true to enable auto download, @@ -553,8 +551,6 @@ int download_get_mime_type(int download_id, char **mime_type); * @pre The state must be #DOWNLOAD_STATE_READY, #DOWNLOAD_STATE_FAILED, or #DOWNLOAD_STATE_CANCELED. * * @see download_get_auto_download() - * @see download_set_notification() - * @see download_set_notification_extra_param() * */ int download_set_auto_download(int download_id, bool enable); @@ -1135,8 +1131,6 @@ int download_get_error(int download_id, download_error_e *error); * * @pre The download state must be #DOWNLOAD_STATE_FAILED. * - * @see download_set_download_status_cb() - * @see download_unset_download_status_cb() * @see download_start() */ int download_get_http_status(int download_id, int *HTTP_status); -- 2.7.4