doxygen: remove unknown functions 24/218024/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Nov 2019 01:34:22 +0000 (10:34 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 19 Nov 2019 01:34:30 +0000 (10:34 +0900)
Change-Id: I1ad1cf730e3b59b4ff63c579023cd7c4ed2b99ec

include/download.h

index b821a45..2dc27ba 100755 (executable)
@@ -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);