aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:19:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:19:21 +0000
commit8ee5a9290c40e88f075cfd289692ea1bed83df47 (patch)
tree5cc839cf8ded8b638234ea92e1c9b03b7ecc93c2 /src
parent4917fb20a07aa3221683c8a2112c514f44594350 (diff)
downloadgnunet-8ee5a9290c40e88f075cfd289692ea1bed83df47.tar.gz
gnunet-8ee5a9290c40e88f075cfd289692ea1bed83df47.zip
-more doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/ats/gnunet-service-ats_math.c2
-rw-r--r--src/fs/gnunet-service-fs_lc.c2
-rw-r--r--src/fs/gnunet-service-fs_lc.h2
-rw-r--r--src/util/common_logging.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_math.c b/src/ats/gnunet-service-ats_math.c
index c38c67789..97fc54d51 100644
--- a/src/ats/gnunet-service-ats_math.c
+++ b/src/ats/gnunet-service-ats_math.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file ats/gnunet-service-transport_math.c 22 * @file ats/gnunet-service-ats_math.c
23 * @brief automatic transport selection, LP code 23 * @brief automatic transport selection, LP code
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 * 25 *
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index 103d8de95..c6ba4617e 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -286,7 +286,7 @@ client_response_handler (void *cls, enum GNUNET_BLOCK_EvaluationResult eval,
286 * 286 *
287 * @param client identification of the client 287 * @param client identification of the client
288 * @param message the actual message 288 * @param message the actual message
289 * @param where to store the pending request handle for the request 289 * @param ptptr where to store the pending request handle for the request
290 * @return GNUNET_YES to start local processing, 290 * @return GNUNET_YES to start local processing,
291 * GNUNET_NO to not (yet) start local processing, 291 * GNUNET_NO to not (yet) start local processing,
292 * GNUNET_SYSERR on error 292 * GNUNET_SYSERR on error
diff --git a/src/fs/gnunet-service-fs_lc.h b/src/fs/gnunet-service-fs_lc.h
index ebfb12927..78b23dc40 100644
--- a/src/fs/gnunet-service-fs_lc.h
+++ b/src/fs/gnunet-service-fs_lc.h
@@ -48,7 +48,7 @@ GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *client);
48 * 48 *
49 * @param client identification of the client 49 * @param client identification of the client
50 * @param message the actual message 50 * @param message the actual message
51 * @param where to store the pending request handle for the request 51 * @param prptr where to store the pending request handle for the request
52 * @return GNUNET_YES to start local processing, 52 * @return GNUNET_YES to start local processing,
53 * GNUNET_NO to not (yet) start local processing, 53 * GNUNET_NO to not (yet) start local processing,
54 * GNUNET_SYSERR on error 54 * GNUNET_SYSERR on error
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index e96fb8e78..ded410e3d 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -405,7 +405,7 @@ GNUNET_get_log_call_status (int caller_level, const char *comp,
405 * 405 *
406 * @param constname name of the environment variable from which to get the 406 * @param constname name of the environment variable from which to get the
407 * string to be parsed 407 * string to be parsed
408 * @param force 1 if definitions found in @constname are to be forced 408 * @param force 1 if definitions found in constname are to be forced
409 * @return number of added definitions 409 * @return number of added definitions
410 */ 410 */
411static int 411static int