From d569c10ccf978e32bfe7363d14086afeaf0c17ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Sep 2011 10:26:05 +0000 Subject: [PATCH] doxygen --- src/dht/gnunet-service-dht.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c index 793f5b9c7..3ce49fda2 100644 --- a/src/dht/gnunet-service-dht.c +++ b/src/dht/gnunet-service-dht.c @@ -826,25 +826,25 @@ static struct ClientList *client_list; */ static struct GNUNET_DHTLOG_Handle *dhtlog_handle; -/* +/** * Whether or not to send routing debugging information * to the dht logging server */ static unsigned int debug_routes; -/* +/** * Whether or not to send FULL route information to * logging server */ static unsigned int debug_routes_extended; -/* +/** * GNUNET_YES or GNUNET_NO, whether or not to act as * a malicious node which drops all messages */ static unsigned int malicious_dropper; -/* +/** * GNUNET_YES or GNUNET_NO, whether or not to act as * a malicious node which sends out lots of GETS */ -- 2.25.1