summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
commit56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 (patch)
tree361f9e09c53482326bc60d7864cc8ebb6ecd6212 /content/fetchers
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/curl.c6
1 files changed, 3 insertions, 3 deletions
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 <assert.h>
@@ -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)
{