From: Andre Date: Wed, 28 Jun 2006 13:23:47 +0000 (+0200) Subject: fix some doxygen warnings X-Git-Tag: v0.2.14~59^2~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=bf2430160b2704e97a3ff1774d689b4b85e94eb5 fix some doxygen warnings These were introduced by the addition of -Wshadow. --- diff --git a/fd.c b/fd.c index 36b3769d..dd07466c 100644 --- a/fd.c +++ b/fd.c @@ -47,8 +47,8 @@ int file_exists(const char *fn) * \param n the highest-numbered descriptor in any of the two sets, plus 1 * \param readfds fds that should be checked for readability * \param writefds fds that should be checked for writablility - * \param timeout upper bound on the amount of time elapsed before select() - * returns + * \param timeout_tv upper bound on the amount of time elapsed before select() + * returns * * \return The return value of the underlying select() call. * diff --git a/grab_client.c b/grab_client.c index efe9cf61..70b95f4f 100644 --- a/grab_client.c +++ b/grab_client.c @@ -170,7 +170,7 @@ void activate_grab_client(struct grab_client *gc, struct filter_node *fn) /** * activate inactive grab clients if possible * - * \param slot audiod's slot for the new audio file + * \param slot_num audiod's slot for the new audio file * \param audio_format_num the number of the audio format of the new audio file * \param filter_list the list of activated filters for that new audio file * diff --git a/time.c b/time.c index d6e07080..49b941bb 100644 --- a/time.c +++ b/time.c @@ -106,7 +106,7 @@ void tv_scale(const unsigned long mult, const struct timeval *tv, /** * compute fraction of given struct timeval * - * \param divider the integer value to divide by + * \param divisor the integer value to divide by * \param tv the timevalue to divide * \param result holds (1 / mult) * tv upon return */