-doxygen
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Sun, 17 Jul 2016 13:26:36 +0000 (13:26 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Sun, 17 Jul 2016 13:26:36 +0000 (13:26 +0000)
src/arm/arm_monitor_api.c
src/ats/ats_api_performance.c
src/ats/gnunet-service-ats_performance.c
src/ats/gnunet-service-ats_preferences.c
src/ats/gnunet-service-ats_scheduling.c
src/identity-provider/identity_token.c
src/identity-provider/identity_token.h
src/json/json_mhd.c
src/jsonapi/jsonapi.c
src/peerinfo/gnunet-service-peerinfo.c
src/psycutil/psyc_message.c

index 1f23c1dc5e5091d30d27d6e22885dbca2e42e41e..442320fe866f1fea2d4b503ef67748f8b42fa7b9 100644 (file)
@@ -131,10 +131,10 @@ reconnect_arm_monitor_later (struct GNUNET_ARM_MonitorHandle *h)
  */
 static int
 check_monitor_notify (void *cls,
-                       const struct GNUNET_ARM_StatusMessage *res)
+                       const struct GNUNET_ARM_StatusMessage *msg)
 {
-  size_t sl = ntohs (res->header.size) - sizeof (struct GNUNET_ARM_StatusMessage);
-  const char *name = (const char *) &res[1];
+  size_t sl = ntohs (msg->header.size) - sizeof (struct GNUNET_ARM_StatusMessage);
+  const char *name = (const char *) &msg[1];
 
   if ( (0 == sl) ||
        ('\0' != name[sl-1]) )
@@ -150,7 +150,7 @@ check_monitor_notify (void *cls,
  * Handler for notification messages received from ARM.
  *
  * @param cls our `struct GNUNET_ARM_MonitorHandle`
- * @param msg the message received from the arm service
+ * @param res the message received from the arm service
  */
 static void
 handle_monitor_notify (void *cls,
index 60827e174102e634246ef2794b56a2c96aab1809..7edc39e38992864d2ef0499fac4d9ebecd0f75ac 100644 (file)
@@ -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,
index 83a4580182b794a3bcbe5247c4dfea2137b2f083..8702716f9f9b05e851b3a757cafdce6427e14813 100644 (file)
@@ -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
index c835b026bd00b99d911732572ee7672dc66006ab..64779bbca4a3336d6c4afd37584a0132b5fd1694 100644 (file)
@@ -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
index 45cd0dec16edd5845928f967a2f800eda9184873..f19370f7a69ff6ae175ad885ffdbde2cfb9c1751 100644 (file)
@@ -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)
index dc94145d3f01a397cbd98baee5c69cf06e466c9d..31249840b0ff989ac4b5375601549336adf9b4fe 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file identity-token/identity_token.c
+ * @file identity-provider/identity_token.c
  * @brief helper library to manage identity tokens
  * @author Martin Schanzenbach
  */
index 6cd08dbaa418aab6a0e4eec0cd8789fe16238f5e..7ded6662ee99f615137463e71fd59de4af29c388 100644 (file)
@@ -19,7 +19,7 @@
    */
 /**
  * @author Martin Schanzenbach
- * @file include/gnunet_identity_provider_lib.h
+ * @file identity-provider/identity_token.h
  * @brief GNUnet Identity Provider library
  *
  */
index e32e092ffedf538bd68437cd9fdb101237831f60..b17be46f017dd836658e9ac048290d37c5b0654b 100644 (file)
@@ -14,7 +14,7 @@
   GNUnet; see the file COPYING.  If not, If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file json/mhd_json.c
+ * @file json/json_mhd.c
  * @brief functions to parse JSON snippets we receive via MHD
  * @author Florian Dold
  * @author Benedikt Mueller
index 53ff64694e386d4b0e4f6fd7c5712a5b7924b1b1..5223a1e054577d4811722910b111d6d681d81dd8 100644 (file)
@@ -14,7 +14,7 @@
   GNUnet; see the file COPYING.  If not, If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file json/jsonapi.c
+ * @file jsonapi/jsonapi.c
  * @brief functions to generate specifciations for JSONAPI parsing
  * @author Martin Schanzenbach
  */
index 5d0f248fb686602e8d0ceaf8b73177aff8053d96..07a7d704c05ac4c21ca54790ecaf74fa1d13e323 100644 (file)
@@ -167,7 +167,7 @@ static struct NotificationContext *nc_tail;
 static struct GNUNET_SCHEDULER_Task *cron_clean;
 
 /**
- * Handle for task to run #cron_scan_directory_hosts()
+ * Handle for task to run #cron_scan_directory_data_hosts()
  */
 static struct GNUNET_SCHEDULER_Task *cron_scan;
 
index 272b4bf4c3b291098d0e509d719bf484188fa343..303ba846684ce80e1c28c63890b7aea814394b7d 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file psycstore/psyc_util_lib.c
+ * @file psycutil/psyc_message.c
  * @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
  * @author Gabor X Toth
  */