aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-07 22:09:28 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-07 22:09:28 +0000
commit227051c5e556655c4daf1be900fa3307ab6efe88 (patch)
treef56abd9470db377c6a4c69e1f0780699ef876057 /src
parentaf0501960d6041f27758678c8f8ffdc3ed7ac6c9 (diff)
downloadgnunet-227051c5e556655c4daf1be900fa3307ab6efe88.tar.gz
gnunet-227051c5e556655c4daf1be900fa3307ab6efe88.zip
-doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_api.c2
-rw-r--r--src/psyc/psyc_util_lib.c4
-rw-r--r--src/secretsharing/secretsharing_api.c2
-rw-r--r--src/social/gnunet-service-social.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 3cd2fa470..7b800c1f1 100644
--- a/src/fs/fs_api.c
+++ b/src/fs/fs_api.c
@@ -399,7 +399,7 @@ GNUNET_FS_end_top (struct GNUNET_FS_Handle *h,
399 399
400 400
401/** 401/**
402 * Closure for #data_reader_file(). 402 * Closure for #GNUNET_FS_data_reader_file_().
403 */ 403 */
404struct FileInfo 404struct FileInfo
405{ 405{
diff --git a/src/psyc/psyc_util_lib.c b/src/psyc/psyc_util_lib.c
index 0104c93e8..a50d99bec 100644
--- a/src/psyc/psyc_util_lib.c
+++ b/src/psyc/psyc_util_lib.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file psyc/psyc_common.c 22 * @file psyc/psyc_util_lib.c
23 * @brief PSYC utilities; receiving/transmitting/logging PSYC messages. 23 * @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
24 * @author Gabor X Toth 24 * @author Gabor X Toth
25 */ 25 */
@@ -89,7 +89,7 @@ struct GNUNET_PSYC_TransmitHandle
89 struct GNUNET_ENV_Modifier *mod; 89 struct GNUNET_ENV_Modifier *mod;
90 90
91 /** 91 /**
92 * 92 *
93 */ 93 */
94 const char *mod_value; 94 const char *mod_value;
95 size_t mod_value_size; 95 size_t mod_value_size;
diff --git a/src/secretsharing/secretsharing_api.c b/src/secretsharing/secretsharing_api.c
index a1f5c336e..ec1adb3c2 100644
--- a/src/secretsharing/secretsharing_api.c
+++ b/src/secretsharing/secretsharing_api.c
@@ -107,7 +107,7 @@ static gcry_mpi_t elgamal_g;
107 107
108 108
109/** 109/**
110 * Function to initialize #elgamal_q, #egamal_p and #elgamal_g. 110 * Function to initialize #elgamal_q, #elgamal_p and #elgamal_g.
111 */ 111 */
112static void 112static void
113ensure_elgamal_initialized (void) 113ensure_elgamal_initialized (void)
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index db704898b..ab67bedd6 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file psyc/gnunet-service-social.c 22 * @file social/gnunet-service-social.c
23 * @brief Social service 23 * @brief Social service
24 * @author Gabor X Toth 24 * @author Gabor X Toth
25 */ 25 */