fix some doxygen warnings
authorAndre <maan@p133.(none)>
Wed, 28 Jun 2006 13:23:47 +0000 (15:23 +0200)
committerAndre <maan@p133.(none)>
Wed, 28 Jun 2006 13:23:47 +0000 (15:23 +0200)
These were introduced by the addition of -Wshadow.

fd.c
grab_client.c
time.c

diff --git a/fd.c b/fd.c
index 36b3769d289a03aa0148aa941a713ba1534a2be0..dd07466cef2623e5aaa053178d7eda9e992e3dcd 100644 (file)
--- 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 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.
  *
  *
  * \return The return value of the underlying select() call.
  *
index efe9cf613b13720684b24cf2a0db85799fcd3aef..70b95f4f655b174db266809428f5f0667e6bc2e2 100644 (file)
@@ -170,7 +170,7 @@ void activate_grab_client(struct grab_client *gc, struct filter_node *fn)
 /**
  * activate inactive grab clients if possible
  *
 /**
  * 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
  *
  * \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 d6e070809e527fba5437f59e0fe7976893432b9e..49b941bb004b959367a1d319dae7cead37d312df 100644 (file)
--- 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
  *
 /**
  * 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
  */
  * \param tv the timevalue to divide
  * \param result holds (1 / mult) * tv upon return
  */