From 585609670e08b923a1ebd173d0b671d0de0e1424 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 May 2012 13:27:50 +0000 Subject: [PATCH] -doxygen --- src/include/gnunet_scheduler_lib.h | 3 ++- src/transport/plugin_transport_udp.c | 2 +- src/transport/plugin_transport_unix.c | 2 +- src/util/scheduler.c | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h index 864d2606a..472753424 100644 --- a/src/include/gnunet_scheduler_lib.h +++ b/src/include/gnunet_scheduler_lib.h @@ -419,8 +419,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay, * either the delay has expired or the socket operation is ready. It * will be run with the DEFAULT priority. * - * * @param delay when should this operation time out? Use + * @param delay when should this operation time out? Use * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown" + * @param priority priority to use for the task * @param rfd read file-descriptor * @param task main function of the task * @param task_cls closure of task diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 474180db5..c5a4c7b3d 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -690,7 +690,7 @@ free_session (struct Session *s) * to close a session due to a disconnect or failure to * establish a connection. * - * @param session session to close down + * @param s session to close down */ static void disconnect_session (struct Session *s) diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 4562d08e5..ed418b8e7 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -347,7 +347,7 @@ lookup_session (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, const * to close a session due to a disconnect or failure to * establish a connection. * - * @param session session to close down + * @param s session to close down */ static void disconnect_session (struct Session *s) diff --git a/src/util/scheduler.c b/src/util/scheduler.c index 140692362..45cc02086 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -1348,8 +1348,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay, * either the delay has expired or the socket operation is ready. It * will be run with the DEFAULT priority. * - * * @param delay when should this operation time out? Use + * @param delay when should this operation time out? Use * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown" + * @param priority priority to use for the task * @param rfd read file-descriptor * @param task main function of the task * @param task_cls closure of task -- 2.25.1