* @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,
* @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);
*
* @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);