From 1c4da5a4f7d6d28ad36c055127062192d2ba8454 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Dec 2013 08:43:45 +0000 Subject: [PATCH] -doxygen fixes --- src/secretsharing/gnunet-service-secretsharing.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/secretsharing/gnunet-service-secretsharing.c b/src/secretsharing/gnunet-service-secretsharing.c index e9417080e..4020a554a 100644 --- a/src/secretsharing/gnunet-service-secretsharing.c +++ b/src/secretsharing/gnunet-service-secretsharing.c @@ -239,8 +239,8 @@ hash_cmp (const void *h1, const void *h2) * * @param listed peers in the unnormalized list * @param num_listed peers in the un-normalized list - * @param num_normalized[out] number of peers in the normalized list - * @param my_peer_idx[out] index of the local peer in the normalized list + * @param[out] num_normalized number of peers in the normalized list + * @param[out] my_peer_idx index of the local peer in the normalized list * @return normalized list, must be free'd by the caller */ static struct GNUNET_PeerIdentity * @@ -434,7 +434,7 @@ keygen_round1_new_element (void *cls, /** * Evaluate the polynomial with coefficients @a coeff at @a x. - * The i-th element in @coeff corresponds to the coefficient of x^i. + * The i-th element in @a coeff corresponds to the coefficient of x^i. * * @param[out] z result of the evaluation * @param coeff array of coefficients @@ -616,7 +616,7 @@ static void handle_client_decrypt (void *cls, * * @param cls closure * @param server the initialized server - * @param cfg configuration to use + * @param c configuration to use */ static void run (void *cls, struct GNUNET_SERVER_Handle *server, -- 2.25.1