[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36510 - in gnunet/src: cadet consensus core multicast
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36510 - in gnunet/src: cadet consensus core multicast |
Date: |
Sat, 17 Oct 2015 00:56:01 +0200 |
Author: grothoff
Date: 2015-10-17 00:56:01 +0200 (Sat, 17 Oct 2015)
New Revision: 36510
Modified:
gnunet/src/cadet/gnunet-service-cadet_connection.c
gnunet/src/consensus/gnunet-service-consensus.c
gnunet/src/core/core_api.c
gnunet/src/core/gnunet-service-core_clients.c
gnunet/src/multicast/multicast.h
Log:
-fix doxygen warnings
Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c 2015-10-16 22:52:48 UTC
(rev 36509)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c 2015-10-16 22:56:01 UTC
(rev 36510)
@@ -845,7 +845,7 @@
/**
- * Helper for #check_connections(). Calls #check_neighbours().
+ * Helper for #GCC_check_connections(). Calls #check_neighbours().
*
* @param cls NULL
* @param key ignored
Modified: gnunet/src/consensus/gnunet-service-consensus.c
===================================================================
--- gnunet/src/consensus/gnunet-service-consensus.c 2015-10-16 22:52:48 UTC
(rev 36509)
+++ gnunet/src/consensus/gnunet-service-consensus.c 2015-10-16 22:56:01 UTC
(rev 36510)
@@ -2299,7 +2299,7 @@
/**
- * Record @a dep as a dependency of @step.
+ * Record @a dep as a dependency of @a step.
*/
static void
step_depend_on (struct Step *step, struct Step *dep)
@@ -2985,4 +2985,3 @@
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "exit (%d)\n", GNUNET_OK != ret);
return (GNUNET_OK == ret) ? 0 : 1;
}
-
Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c 2015-10-16 22:52:48 UTC (rev 36509)
+++ gnunet/src/core/core_api.c 2015-10-16 22:56:01 UTC (rev 36510)
@@ -133,7 +133,7 @@
struct GNUNET_PeerIdentity peer;
/**
- * ID of task to run #next_request_transmission().
+ * ID of task to run #run_request_next_transmission().
*/
struct GNUNET_SCHEDULER_Task *ntr_task;
Modified: gnunet/src/core/gnunet-service-core_clients.c
===================================================================
--- gnunet/src/core/gnunet-service-core_clients.c 2015-10-16 22:52:48 UTC
(rev 36509)
+++ gnunet/src/core/gnunet-service-core_clients.c 2015-10-16 22:56:01 UTC
(rev 36510)
@@ -446,7 +446,7 @@
/**
- * Handle #GNUNET_MESSAGE_TYPE_CORE_CORE_SEND request.
+ * Handle #GNUNET_MESSAGE_TYPE_CORE_SEND request.
*
* @param cls unused
* @param client the client issuing the request
Modified: gnunet/src/multicast/multicast.h
===================================================================
--- gnunet/src/multicast/multicast.h 2015-10-16 22:52:48 UTC (rev 36509)
+++ gnunet/src/multicast/multicast.h 2015-10-16 22:56:01 UTC (rev 36510)
@@ -167,9 +167,8 @@
{
/**
- * The message type can be either
- * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST or
- * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL.
+ * The message type should be
+ * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST.
*/
struct GNUNET_MessageHeader header;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36510 - in gnunet/src: cadet consensus core multicast,
gnunet <=