gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31246 - gnunet/src/secretsharing


From: gnunet
Subject: [GNUnet-SVN] r31246 - gnunet/src/secretsharing
Date: Tue, 10 Dec 2013 09:43:45 +0100

Author: grothoff
Date: 2013-12-10 09:43:45 +0100 (Tue, 10 Dec 2013)
New Revision: 31246

Modified:
   gnunet/src/secretsharing/gnunet-service-secretsharing.c
Log:
-doxygen fixes

Modified: gnunet/src/secretsharing/gnunet-service-secretsharing.c
===================================================================
--- gnunet/src/secretsharing/gnunet-service-secretsharing.c     2013-12-10 
08:41:52 UTC (rev 31245)
+++ gnunet/src/secretsharing/gnunet-service-secretsharing.c     2013-12-10 
08:43:45 UTC (rev 31246)
@@ -239,8 +239,8 @@
  *
  * @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 @@
 
 /**
  * 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 @@
  *
  * @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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]