From: Christian Grothoff Date: Tue, 13 Sep 2011 10:26:05 +0000 (+0000) Subject: doxygen X-Git-Tag: initial-import-from-subversion-38251~17158 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d569c10ccf978e32bfe7363d14086afeaf0c17ce;p=oweals%2Fgnunet.git doxygen --- 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 */