aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
commit794fc27048618c511ce2421720d1ede225224018 (patch)
tree9838765dc6398ed39950fb377944054bb12a9ab8 /src
parente1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff)
downloadgnunet-794fc27048618c511ce2421720d1ede225224018.tar.gz
gnunet-794fc27048618c511ce2421720d1ede225224018.zip
-doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
-rw-r--r--src/fs/gnunet-service-fs_mesh.c1
-rw-r--r--src/include/gnunet_identity_service.h1
-rw-r--r--src/include/gnunet_multicast_service.h2
-rw-r--r--src/include/gnunet_psyc_service.h2
-rw-r--r--src/include/gnunet_psycstore_service.h2
-rw-r--r--src/include/gnunet_regex_service.h1
-rw-r--r--src/include/gnunet_social_service.h1
-rw-r--r--src/mesh/mesh_api.c1
-rw-r--r--src/regex/gnunet-regex-profiler.c2
-rw-r--r--src/regex/regex_block_lib.c2
-rw-r--r--src/regex/regex_block_lib.h2
-rw-r--r--src/testbed/gnunet-service-testbed_peers.c2
-rw-r--r--src/testbed/testbed_logger_api.c3
14 files changed, 12 insertions, 12 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index f26ddf734..924c846eb 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -813,7 +813,7 @@ send_to_peer_notify_callback (void *cls, size_t size, void *buf)
813/** 813/**
814 * Send the given packet via the mesh tunnel. 814 * Send the given packet via the mesh tunnel.
815 * 815 *
816 * @param mesh_tunnel destination 816 * @param s tunnel destination
817 * @param tnq message to queue 817 * @param tnq message to queue
818 */ 818 */
819static void 819static void
diff --git a/src/fs/gnunet-service-fs_mesh.c b/src/fs/gnunet-service-fs_mesh.c
index 5f1cd65fb..a2cf3dad4 100644
--- a/src/fs/gnunet-service-fs_mesh.c
+++ b/src/fs/gnunet-service-fs_mesh.c
@@ -1127,6 +1127,7 @@ request_cb (void *cls,
1127 * @param socket the socket representing the mesh 1127 * @param socket the socket representing the mesh
1128 * @param initiator the identity of the peer who wants to establish a mesh 1128 * @param initiator the identity of the peer who wants to establish a mesh
1129 * with us; NULL on binding error 1129 * with us; NULL on binding error
1130 * @param port mesh port used for the incoming connection
1130 * @return initial tunnel context (our 'struct StreamClient') 1131 * @return initial tunnel context (our 'struct StreamClient')
1131 */ 1132 */
1132static void * 1133static void *
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index d796bddac..1d55c16d2 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -154,6 +154,7 @@ typedef void (*GNUNET_IDENTITY_Continuation)(void *cls,
154 * @param service_name for which service is an identity set 154 * @param service_name for which service is an identity set
155 * @param pseu new default identity to be set for this service 155 * @param pseu new default identity to be set for this service
156 * @param cont function to call once the operation finished 156 * @param cont function to call once the operation finished
157 * @param cont_cls closure for cont
157 * @return handle to abort the operation 158 * @return handle to abort the operation
158 */ 159 */
159struct GNUNET_IDENTITY_Operation * 160struct GNUNET_IDENTITY_Operation *
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index b158f6ba4..d48d7ce7c 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -405,7 +405,7 @@ struct GNUNET_MULTICAST_PingHandle;
405/** 405/**
406 * A response to a @e ping. 406 * A response to a @e ping.
407 * 407 *
408 * @param ph Handle that was given for the ping. 408 * @param rh Handle that was given for the ping.
409 * @param message_id Latest message ID seen by this peer for this group. 409 * @param message_id Latest message ID seen by this peer for this group.
410 */ 410 */
411void 411void
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index e2a839243..c0c407bb5 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -48,7 +48,7 @@
48 * and variables must fit into memory and cannot be streamed 48 * and variables must fit into memory and cannot be streamed
49 * (thus, no passing of 4 GB of data in a variable; 49 * (thus, no passing of 4 GB of data in a variable;
50 * once we implement this, we might want to create a 50 * once we implement this, we might want to create a
51 * #define for the maximum size of a variable). 51 * @c #define for the maximum size of a variable).
52 * - PSYC defines standard variables, methods, etc. This 52 * - PSYC defines standard variables, methods, etc. This
53 * library deliberately abstracts over all of these; a 53 * library deliberately abstracts over all of these; a
54 * higher-level API should combine the naming system (GADS) 54 * higher-level API should combine the naming system (GADS)
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 30671cda2..b7df5883a 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -138,7 +138,7 @@ GNUNET_PSYCSTORE_membership_test (struct GNUNET_PSYCSTORE_Handle *h,
138 * 138 *
139 * @param h Handle for the PSYCstore. 139 * @param h Handle for the PSYCstore.
140 * @param channel_id The channel the message belongs to. 140 * @param channel_id The channel the message belongs to.
141 * @param message_id Message ID to store. 141 * @param message Message to store.
142 * @param ccb Callback to call with the result of the operation. 142 * @param ccb Callback to call with the result of the operation.
143 * @param ccb_cls Closure for the callback. 143 * @param ccb_cls Closure for the callback.
144 * 144 *
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index 283aad5a1..c55b272f7 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -61,7 +61,6 @@ struct GNUNET_REGEX_Search;
61 * that. 61 * that.
62 * 62 *
63 * @param cfg configuration to use 63 * @param cfg configuration to use
64 * @param id ID to announce as provider of regex. Own ID in most cases.
65 * @param regex Regular expression to announce. 64 * @param regex Regular expression to announce.
66 * @param refresh_delay after what delay should the announcement be repeated? 65 * @param refresh_delay after what delay should the announcement be repeated?
67 * @param compression How many characters per edge can we squeeze? 66 * @param compression How many characters per edge can we squeeze?
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index e3483ca74..0fd0656d0 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -392,6 +392,7 @@ GNUNET_SOCIAL_home_destroy (struct GNUNET_SOCIAL_Home *home);
392 * key already; 'HEX.zkey' however would refer to 392 * key already; 'HEX.zkey' however would refer to
393 * the 'PLACE' record in the GADS zone with the public key 393 * the 'PLACE' record in the GADS zone with the public key
394 * 'HEX'. 394 * 'HEX'.
395 * @param slicer slicer to use to process messages from this place
395 * @param join_msg_size Number of bytes in @a join_msg. 396 * @param join_msg_size Number of bytes in @a join_msg.
396 * @param join_msg Message to give to the join callback. 397 * @param join_msg Message to give to the join callback.
397 * @return NULL on errors, otherwise handle to the place. 398 * @return NULL on errors, otherwise handle to the place.
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 87aa52b54..064eb2885 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -603,7 +603,6 @@ send_packet (struct GNUNET_MESH_Handle *h,
603/** 603/**
604 * Send an ack on the tunnel to confirm the processing of a message. 604 * Send an ack on the tunnel to confirm the processing of a message.
605 * 605 *
606 * @param h Mesh handle.
607 * @param t Tunnel on which to send the ACK. 606 * @param t Tunnel on which to send the ACK.
608 */ 607 */
609static void 608static void
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 75f3d96a1..638f1a1a4 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1098,7 +1098,7 @@ dht_da (void *cls, void *op_result)
1098 * 1098 *
1099 * @param cls NULL 1099 * @param cls NULL
1100 * @param num_peers_ number of peers in 'peers' 1100 * @param num_peers_ number of peers in 'peers'
1101 * @param peers handle to peers run in the testbed. NULL upon timeout (see 1101 * @param testbed_peers handle to peers run in the testbed. NULL upon timeout (see
1102 * GNUNET_TESTBED_test_run()). 1102 * GNUNET_TESTBED_test_run()).
1103 * @param links_succeeded the number of overlay link connection attempts that 1103 * @param links_succeeded the number of overlay link connection attempts that
1104 * succeeded 1104 * succeeded
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c
index 7b273e6d8..69c6bbc1f 100644
--- a/src/regex/regex_block_lib.c
+++ b/src/regex/regex_block_lib.c
@@ -244,7 +244,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block,
244 * 244 *
245 * @param block block to get the key from 245 * @param block block to get the key from
246 * @param block_len number of bytes in block 246 * @param block_len number of bytes in block
247 * @param query where to store the key 247 * @param key where to store the key
248 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed 248 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed
249 */ 249 */
250int 250int
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h
index 80c2ea2af..28da934e3 100644
--- a/src/regex/regex_block_lib.h
+++ b/src/regex/regex_block_lib.h
@@ -143,7 +143,7 @@ REGEX_BLOCK_iterate (const struct RegexBlock *block,
143 * 143 *
144 * @param block block to get the key from 144 * @param block block to get the key from
145 * @param block_len number of bytes in block 145 * @param block_len number of bytes in block
146 * @param query where to store the key 146 * @param key where to store the key
147 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed 147 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed
148 */ 148 */
149int 149int
diff --git a/src/testbed/gnunet-service-testbed_peers.c b/src/testbed/gnunet-service-testbed_peers.c
index 4fb6b2f80..c07fa87c5 100644
--- a/src/testbed/gnunet-service-testbed_peers.c
+++ b/src/testbed/gnunet-service-testbed_peers.c
@@ -774,7 +774,7 @@ GST_free_prcq ()
774 * Callback to inform whether the peer is running or stopped. 774 * Callback to inform whether the peer is running or stopped.
775 * 775 *
776 * @param cls the closure given to GNUNET_TESTING_peer_stop_async() 776 * @param cls the closure given to GNUNET_TESTING_peer_stop_async()
777 * @param peer the respective peer whose status is being reported 777 * @param p the respective peer whose status is being reported
778 * @param success GNUNET_YES if the peer is stopped; GNUNET_SYSERR upon any 778 * @param success GNUNET_YES if the peer is stopped; GNUNET_SYSERR upon any
779 * error 779 * error
780 */ 780 */
diff --git a/src/testbed/testbed_logger_api.c b/src/testbed/testbed_logger_api.c
index 24def4bcb..c520b1062 100644
--- a/src/testbed/testbed_logger_api.c
+++ b/src/testbed/testbed_logger_api.c
@@ -152,8 +152,7 @@ struct GNUNET_TESTBED_LOGGER_Handle
152/** 152/**
153 * Cancels the flush timeout task 153 * Cancels the flush timeout task
154 * 154 *
155 * @param 155 * @param h handle to the logger
156 * @return
157 */ 156 */
158static void 157static void
159cancel_timeout_flush (struct GNUNET_TESTBED_LOGGER_Handle *h) 158cancel_timeout_flush (struct GNUNET_TESTBED_LOGGER_Handle *h)