From 56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 9 Nov 2014 12:50:30 +0000 Subject: Doxygen cleanups --- content/fetchers/curl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fetchers/curl.c') diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index b3a7c6951..81aeaf101 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -24,8 +24,7 @@ * * This implementation uses libcurl's 'multi' interface. * - * The CURL handles are cached in the curl_handle_ring. There are at most - * ::max_cached_fetch_handles in this ring. + * The CURL handles are cached in the curl_handle_ring. */ #include @@ -814,7 +813,8 @@ static bool fetch_curl_process_headers(struct curl_fetch_info *f) /** * Handle a completed fetch (CURLMSG_DONE from curl_multi_info_read()). * - * \param curl_handle curl easy handle of fetch + * \param curl_handle curl easy handle of fetch + * \param result The result code of the completed fetch. */ static void fetch_curl_done(CURL *curl_handle, CURLcode result) { -- cgit v1.2.3