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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/fetchers.h') 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); -- cgit v1.2.3