summaryrefslogtreecommitdiff
path: root/src/include
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/include
parent087ad145760e874bf10252f96b5ce7fc1bd7a49f (diff)
downloadgnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.tar.gz
gnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.zip
doxygen fixes
Diffstat (limited to 'src/include')
-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
7 files changed, 6 insertions, 8 deletions
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.