From 8ee5a9290c40e88f075cfd289692ea1bed83df47 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Nov 2011 16:19:21 +0000 Subject: [PATCH] -more doxygen fixes --- src/ats/gnunet-service-ats_math.c | 2 +- src/fs/gnunet-service-fs_lc.c | 2 +- src/fs/gnunet-service-fs_lc.h | 2 +- src/util/common_logging.c | 2 +- 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 @@ */ /** - * @file ats/gnunet-service-transport_math.c + * @file ats/gnunet-service-ats_math.c * @brief automatic transport selection, LP code * @author Matthias Wachs * 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, * * @param client identification of the client * @param message the actual message - * @param where to store the pending request handle for the request + * @param ptptr where to store the pending request handle for the request * @return GNUNET_YES to start local processing, * GNUNET_NO to not (yet) start local processing, * 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); * * @param client identification of the client * @param message the actual message - * @param where to store the pending request handle for the request + * @param prptr where to store the pending request handle for the request * @return GNUNET_YES to start local processing, * GNUNET_NO to not (yet) start local processing, * 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, * * @param constname name of the environment variable from which to get the * string to be parsed - * @param force 1 if definitions found in @constname are to be forced + * @param force 1 if definitions found in constname are to be forced * @return number of added definitions */ static int -- 2.25.1