summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-21 16:20:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-21 16:20:25 +0000
commit0db3f24b8b16076547f051bc6ec96c24bd7d05bf (patch)
tree37c2e59bee4e343f2052ab3ef74ba27a6741e640 /src
parent087ad145760e874bf10252f96b5ce7fc1bd7a49f (diff)
downloadgnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.tar.gz
gnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.zip
doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/core/core_api_iterate_peers.c1
-rw-r--r--src/include/gnunet_block_plugin.h2
-rw-r--r--src/include/gnunet_core_service.h2
-rw-r--r--src/include/gnunet_crypto_lib.h2
-rw-r--r--src/include/gnunet_datacache_plugin.h2
-rw-r--r--src/include/gnunet_datastore_plugin.h2
-rw-r--r--src/include/gnunet_os_lib.h2
-rw-r--r--src/include/gnunet_transport_plugin.h2
-rw-r--r--src/nat/bsdqueue.h2
-rw-r--r--src/nat/upnp-minixml.c2
-rw-r--r--src/transport/gnunet-service-transport.c3
-rw-r--r--src/transport/plugin_transport_http.c2
-rw-r--r--src/transport/plugin_transport_tcp.c2
-rw-r--r--src/util/crypto_hkdf.c2
-rw-r--r--src/util/scheduler.c2
15 files changed, 12 insertions, 18 deletions
diff --git a/src/core/core_api_iterate_peers.c b/src/core/core_api_iterate_peers.c
index 6a4e7858d..fb9c01fee 100644
--- a/src/core/core_api_iterate_peers.c
+++ b/src/core/core_api_iterate_peers.c
@@ -148,7 +148,6 @@ transmit_request(void *cls,
148/** 148/**
149 * Obtain statistics and/or change preferences for the given peer. 149 * Obtain statistics and/or change preferences for the given peer.
150 * 150 *
151 * @param sched scheduler to use
152 * @param cfg configuration to use 151 * @param cfg configuration to use
153 * @param peer_cb function to call with the peer information 152 * @param peer_cb function to call with the peer information
154 * @param cb_cls closure for peer_cb 153 * @param cb_cls closure for peer_cb
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 2a3e9e2ed..3d3fb4001 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file block/gnunet_block_plugin.h 22 * @file include/gnunet_block_plugin.h
23 * @brief API for block plugins. Each block plugin must conform to 23 * @brief API for block plugins. Each block plugin must conform to
24 * the API specified by this header. 24 * the API specified by this header.
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 8c57b23b7..efbcda60d 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -111,7 +111,7 @@ typedef int
111 (*GNUNET_CORE_MessageCallback) (void *cls, 111 (*GNUNET_CORE_MessageCallback) (void *cls,
112 const struct GNUNET_PeerIdentity *other, 112 const struct GNUNET_PeerIdentity *other,
113 const struct GNUNET_MessageHeader *message, 113 const struct GNUNET_MessageHeader *message,
114 const struct GNUNET_TRANSPORT_ATS_Information *atsi); 114 const struct GNUNET_TRANSPORT_ATS_Information *atsi);
115 115
116 116
117/** 117/**
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 5d8b4ab8a..d0d726609 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -612,8 +612,6 @@ GNUNET_CRYPTO_hmac_derive_key(struct GNUNET_CRYPTO_AuthKey *key,
612 * @param xts_len length of xts 612 * @param xts_len length of xts
613 * @param skm source key material 613 * @param skm source key material
614 * @param skm_len length of skm 614 * @param skm_len length of skm
615 * @param ctx context info
616 * @param ctx_len length of ctx
617 * @return GNUNET_YES on success 615 * @return GNUNET_YES on success
618 */ 616 */
619int 617int
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 6aa9b1d06..cdacd474b 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file datacache/gnunet_datacache_plugin.h 22 * @file include/gnunet_datacache_plugin.h
23 * @brief API for database backends for the datacache 23 * @brief API for database backends for the datacache
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 832d53a68..8666dac10 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file datastore/gnunet_datastore_plugin.h 22 * @file include/gnunet_datastore_plugin.h
23 * @brief API for the database backend plugins. 23 * @brief API for the database backend plugins.
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 5ff2b4863..5326e20cf 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -188,7 +188,7 @@ struct GNUNET_OS_Process *GNUNET_OS_process_current (void);
188 188
189 189
190/** 190/**
191 * Sends @sig to the process 191 * Sends sig to the process
192 * 192 *
193 * @param proc pointer to process structure 193 * @param proc pointer to process structure
194 * @param sig signal 194 * @param sig signal
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 79103172f..83ecf6fb8 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/gnunet_transport_plugin.h 22 * @file include/gnunet_transport_plugin.h
23 * @brief API for the transport services. This header 23 * @brief API for the transport services. This header
24 * specifies the struct that is given to the plugin's entry 24 * specifies the struct that is given to the plugin's entry
25 * method and the other struct that must be returned. 25 * method and the other struct that must be returned.
diff --git a/src/nat/bsdqueue.h b/src/nat/bsdqueue.h
index bdef3ac0b..7b6cb60b3 100644
--- a/src/nat/bsdqueue.h
+++ b/src/nat/bsdqueue.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file nat/bsd-queue.h 22 * @file nat/bsdqueue.h
23 * @brief BSD implementation of simple lists 23 * @brief BSD implementation of simple lists
24 * 24 *
25 * @author Milan Bouchet-Valat 25 * @author Milan Bouchet-Valat
diff --git a/src/nat/upnp-minixml.c b/src/nat/upnp-minixml.c
index 9f4bd735d..cd2d48739 100644
--- a/src/nat/upnp-minixml.c
+++ b/src/nat/upnp-minixml.c
@@ -49,7 +49,7 @@
49 */ 49 */
50 50
51/** 51/**
52 * @file nat/minixml.c 52 * @file nat/upnp-minixml.c
53 * @brief Simple XML parser used by UPnP 53 * @brief Simple XML parser used by UPnP
54 * 54 *
55 * @author Milan Bouchet-Valat 55 * @author Milan Bouchet-Valat
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index e9a30145f..0bb19a9cf 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -4693,7 +4693,8 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message,
4693 * @param peer (claimed) identity of the other peer 4693 * @param peer (claimed) identity of the other peer
4694 * @param message the message, NULL if we only care about 4694 * @param message the message, NULL if we only care about
4695 * learning about the delay until we should receive again 4695 * learning about the delay until we should receive again
4696 * @param distance in overlay hops; use 1 unless DV (or 0 if message == NULL) 4696 * @param ats information for automatic transport selection
4697 * @param ats_count number of elements in ats not including \0 terminator
4697 * @param session identifier used for this session (can be NULL) 4698 * @param session identifier used for this session (can be NULL)
4698 * @param sender_address binary address of the sender (if observed) 4699 * @param sender_address binary address of the sender (if observed)
4699 * @param sender_address_len number of bytes in sender_address 4700 * @param sender_address_len number of bytes in sender_address
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index a39893a86..8d6801ce7 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/gnunet_transport_plugin.http.c 22 * @file transport/plugin_transport_http.c
23 * @brief http transport service plugin 23 * @brief http transport service plugin
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 */ 25 */
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 9a6eab012..6110af96a 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1150,7 +1150,7 @@ select_better_session (struct Session *s1,
1150 * gnunet-nat-client to send dummy ICMP responses. 1150 * gnunet-nat-client to send dummy ICMP responses.
1151 * 1151 *
1152 * @param plugin the plugin for this transport 1152 * @param plugin the plugin for this transport
1153 * @param addr the address of the peer (IPv4-only) 1153 * @param sa the address of the peer (IPv4-only)
1154 */ 1154 */
1155static void 1155static void
1156run_gnunet_nat_client (struct Plugin *plugin, 1156run_gnunet_nat_client (struct Plugin *plugin,
diff --git a/src/util/crypto_hkdf.c b/src/util/crypto_hkdf.c
index 315a192ba..494f3d0ab 100644
--- a/src/util/crypto_hkdf.c
+++ b/src/util/crypto_hkdf.c
@@ -286,8 +286,6 @@ hkdf_ok:
286 * @param xts_len length of xts 286 * @param xts_len length of xts
287 * @param skm source key material 287 * @param skm source key material
288 * @param skm_len length of skm 288 * @param skm_len length of skm
289 * @param ctx context info
290 * @param ctx_len length of ctx
291 * @return GNUNET_YES on success 289 * @return GNUNET_YES on success
292 */ 290 */
293int 291int
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 13b3f8552..8a6479929 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -432,7 +432,6 @@ is_ready (struct Task *task,
432/** 432/**
433 * Put a task that is ready for execution into the ready queue. 433 * Put a task that is ready for execution into the ready queue.
434 * 434 *
435 * @param handle the scheduler
436 * @param task task ready for execution 435 * @param task task ready for execution
437 */ 436 */
438static void 437static void
@@ -451,7 +450,6 @@ queue_ready_task (struct Task *task)
451 * Check which tasks are ready and move them 450 * Check which tasks are ready and move them
452 * to the respective ready queue. 451 * to the respective ready queue.
453 * 452 *
454 * @param handle the scheduler
455 * @param rs FDs ready for reading 453 * @param rs FDs ready for reading
456 * @param ws FDs ready for writing 454 * @param ws FDs ready for writing
457 */ 455 */