From a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 17 Jul 2016 13:26:36 +0000 Subject: -doxygen --- src/ats/ats_api_performance.c | 4 ++-- src/ats/gnunet-service-ats_performance.c | 2 +- src/ats/gnunet-service-ats_preferences.c | 3 +-- src/ats/gnunet-service-ats_scheduling.c | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src/ats') diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index 60827e174..7edc39e38 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -424,7 +424,7 @@ handle_reservation_result (void *cls, * We received a PeerInformationMessage. Validate it. * * @param cls our context with the callback - * @param msg the message + * @param pi the message * @return #GNUNET_OK if the message was well-formed */ static int @@ -456,7 +456,7 @@ check_address_list (void *cls, * Process it. * * @param cls our context with the callback - * @param msg the message + * @param pi the message */ static void handle_address_list (void *cls, diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c index 83a458018..8702716f9 100644 --- a/src/ats/gnunet-service-ats_performance.c +++ b/src/ats/gnunet-service-ats_performance.c @@ -48,7 +48,7 @@ static struct GNUNET_SERVER_NotificationContext *nc_pic; * Transmit the given performance information to all performance * clients. * - * @param pc client to send to, NULL for all + * @param client client to send to, NULL for all * @param peer peer for which this is an address suggestion * @param plugin_name 0-termintated string specifying the transport plugin * @param plugin_addr binary address for the plugin to use diff --git a/src/ats/gnunet-service-ats_preferences.c b/src/ats/gnunet-service-ats_preferences.c index c835b026b..64779bbca 100644 --- a/src/ats/gnunet-service-ats_preferences.c +++ b/src/ats/gnunet-service-ats_preferences.c @@ -218,7 +218,6 @@ sum_relative_preferences (void *cls, * * @param id peer id of the peer for which we should do the update * @param kind the kind of preference value to update - * @param rp the relative peer struct where we store the global result * @return the new relative preference */ static void @@ -526,7 +525,7 @@ recalculate_relative_preferences (struct PreferenceClient *c, * changed, update the global preferences for the given * peer and notify the plugin. * - * @param value the kind of preference to calculate the + * @param cls the kind of preference to calculate the * new global relative preference values for * @param key the peer to update relative preference values for * @param value a `struct PeerRelative`, unused diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c index 45cd0dec1..f19370f7a 100644 --- a/src/ats/gnunet-service-ats_scheduling.c +++ b/src/ats/gnunet-service-ats_scheduling.c @@ -260,7 +260,6 @@ GAS_handle_address_destroyed (void *cls, * Initialize scheduling subsystem. * * @param server handle to our server - * @param ah the address handle to use */ void GAS_scheduling_init (struct GNUNET_SERVER_Handle *server) -- cgit v1.2.3