gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit ee1ea7af17f80c307584308795a3d684c0279b21
parent a35ab677ed4396f271cfd3fea2051044a6a8b5d7
Author: Matthias Wachs <wachs@net.in.tum.de>
Date:   Thu, 24 Jul 2014 12:14:13 +0000

doxygen fixes


Diffstat:
Msrc/hostlist/gnunet-daemon-hostlist_client.c | 6+++---
Msrc/hostlist/gnunet-daemon-hostlist_client.h | 12++++++------
Msrc/hostlist/gnunet-daemon-hostlist_server.c | 7++++---
Msrc/hostlist/gnunet-daemon-hostlist_server.h | 4++--
4 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c b/src/hostlist/gnunet-daemon-hostlist_client.c @@ -1498,9 +1498,9 @@ save_hostlist_file (int shutdown) * * @param c configuration to use * @param st statistics handle to use - * @param ch[OUT] set to handler for CORE connect events - * @param dh[OUT] set to handler for CORE disconnect events - * @param msgh[OUT] set to handler for CORE advertisement messages + * @param[out] ch set to handler for CORE connect events + * @param[out] dh set to handler for CORE disconnect events + * @param[out] msgh set to handler for CORE advertisement messages * @param learn should we learn hostlist URLs from CORE * @return #GNUNET_OK on success */ diff --git a/src/hostlist/gnunet-daemon-hostlist_client.h b/src/hostlist/gnunet-daemon-hostlist_client.h @@ -33,12 +33,12 @@ /** * Start downloading hostlists from hostlist servers as necessary. * - * @param c the configuration to use - * @param st hande for publishing statistics - * @param ch[OUT] set to handler for connect notifications - * @param dh[OUT] set to handler for disconnect notifications - * @param msgh[OUT] set to handler for message handler notifications - * @param learn set if client is learning new hostlists + * @param c configuration to use + * @param st statistics handle to use + * @param[out] ch set to handler for CORE connect events + * @param[out] dh set to handler for CORE disconnect events + * @param[out] msgh set to handler for CORE advertisement messages + * @param learn should we learn hostlist URLs from CORE * @return #GNUNET_OK on success */ int diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c @@ -203,7 +203,7 @@ check_has_addr (void *cls, * @param cls closure, NULL * @param peer id of the peer, NULL for last call * @param hello hello message for the peer (can be NULL) - * @param error message + * @param err_msg message */ static void host_processor (void *cls, @@ -304,6 +304,7 @@ accept_policy_callback (void *cls, * * @param cls argument given together with the function * pointer when the handler was registered with MHD + * @param connection * @param url the requested url * @param method the HTTP method used (#MHD_HTTP_METHOD_GET, * #MHD_HTTP_METHOD_PUT, etc.) @@ -642,8 +643,8 @@ prepare_daemon (struct MHD_Daemon *daemon_handle) * @param c configuration to use * @param st statistics handle to use * @param co core handle to use - * @param server_ch[OUT] set to handler for CORE connect events - * @param server_dh[OUT] set to handler for CORE disconnect events + * @param[out] server_ch set to handler for CORE connect events + * @param[out] server_dh set to handler for CORE disconnect events * @param advertise #GNUNET_YES if we should advertise our hostlist * @return #GNUNET_OK on success */ diff --git a/src/hostlist/gnunet-daemon-hostlist_server.h b/src/hostlist/gnunet-daemon-hostlist_server.h @@ -38,8 +38,8 @@ * @param c configuration to use * @param st statistics handle to use * @param co core handle to use - * @param server_ch[OUT] set to handler for CORE connect events - * @param server_dh[OUT] set to handler for CORE disconnect events + * @param[out] server_ch set to handler for CORE connect events + * @param[out] server_dh set to handler for CORE disconnect events * @param advertise #GNUNET_YES if we should advertise our hostlist * @return #GNUNET_OK on success */