From: Andre Noll Date: Thu, 19 Jan 2012 21:37:24 +0000 (+0100) Subject: Fix two minor documentation issues. X-Git-Tag: v0.4.10~14^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1678eec345675d29f4fe57df18552cf6c0dd322c Fix two minor documentation issues. --- diff --git a/grab_client.c b/grab_client.c index ef3f34a7..5b0688fc 100644 --- a/grab_client.c +++ b/grab_client.c @@ -140,6 +140,8 @@ static void gc_activate(struct grab_client *gc, struct sched *s) /** * Activate inactive grab clients if possible. * + * \param sched Needed to schedule the grab client task. + * * This is called from audiod.c when the current audio file changes. It loops * over all inactive grab clients and checks each grab client's configuration * to determine if the client in question wishes to grab the new stream. If diff --git a/interactive.c b/interactive.c index 64ee9202..e17a7a10 100644 --- a/interactive.c +++ b/interactive.c @@ -481,7 +481,7 @@ int i9e_select(int n, fd_set *readfds, fd_set *writefds, * This function is independent of readline and may be called before * i9e_open(). * - * return The number of possible completions. + * \return The number of possible completions. */ int i9e_extract_completions(const char *word, char **string_list, char ***result)