summaryrefslogtreecommitdiff
path: root/content/fetchers.h
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.h
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
Diffstat (limited to 'content/fetchers.h')
-rw-r--r--content/fetchers.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/fetchers.h b/content/fetchers.h
index 95034bbff..85085a049 100644
--- a/content/fetchers.h
+++ b/content/fetchers.h
@@ -141,10 +141,10 @@ void fetcher_quit(void);
* operation. The fallback to polled operation will only occour after
* a timeout which introduces additional delay.
*
- * \param read_fd_set[out] The fd set for read.
- * \param write_fd_set[out] The fd set for write.
- * \param except_fd_set[out] The fd set for exceptions.
- * \param maxfd[out] The highest fd number in the set or -1 if no fd available.
+ * \param[out] read_fd_set The fd set for read.
+ * \param[out] write_fd_set The fd set for write.
+ * \param[out] except_fd_set The fd set for exceptions.
+ * \param[out] maxfd The highest fd number in the set or -1 if no fd available.
* \return NSERROR_OK on success or appropriate error code.
*/
nserror fetcher_fdset(fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, int *maxfd);