aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 23:43:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 23:43:53 +0000
commit0c7015a6d8d2b3bf021c216b24d7062cd7375a71 (patch)
tree18bddea280e5e85d09389e9275c5efd15f17c840 /src/include/gnunet_dht_service.h
parentca173048a26a418866163d14c9159b9ad712644b (diff)
downloadgnunet-0c7015a6d8d2b3bf021c216b24d7062cd7375a71.tar.gz
gnunet-0c7015a6d8d2b3bf021c216b24d7062cd7375a71.zip
-playing with doxygen groups
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 46ef5847b..53a212dd3 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -22,6 +22,8 @@
22 * @file include/gnunet_dht_service.h 22 * @file include/gnunet_dht_service.h
23 * @brief API to the DHT service 23 * @brief API to the DHT service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @defgroup dht Distributed Hash Table
26 * @{
25 */ 27 */
26 28
27#ifndef GNUNET_DHT_SERVICE_H 29#ifndef GNUNET_DHT_SERVICE_H
@@ -396,6 +398,8 @@ GNUNET_DHT_monitor_stop (struct GNUNET_DHT_MonitorHandle *handle);
396} 398}
397#endif 399#endif
398 400
401/** @} */ /* end of group dht */
402
399 403
400#endif 404#endif
401/* gnunet_dht_service.h */ 405/* gnunet_dht_service.h */