aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_gns_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index c4b4a4962..b24d9a64a 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_gns_service.h
23 * @brief API to the GNS service
24 * @author Martin Schanzenbach 22 * @author Martin Schanzenbach
23 *
24 * @file
25 * API to the GNS service
26 *
27 * @defgroup gns GNS service
28 * GNU Name System
29 * @{
25 */ 30 */
26#ifndef GNUNET_GNS_SERVICE_H 31#ifndef GNUNET_GNS_SERVICE_H
27#define GNUNET_GNS_SERVICE_H 32#define GNUNET_GNS_SERVICE_H
@@ -101,7 +106,7 @@ enum GNUNET_GNS_LocalOptions
101 * Never look in the DHT, keep request to local cache. 106 * Never look in the DHT, keep request to local cache.
102 */ 107 */
103 GNUNET_GNS_LO_NO_DHT = 1, 108 GNUNET_GNS_LO_NO_DHT = 1,
104 109
105 /** 110 /**
106 * For the rightmost label, only look in the cache (it 111 * For the rightmost label, only look in the cache (it
107 * is our master zone), for the others, the DHT is OK. 112 * is our master zone), for the others, the DHT is OK.
@@ -147,6 +152,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
147void 152void
148GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr); 153GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr);
149 154
155/** @} */ /* end of group */
150 156
151#if 0 /* keep Emacsens' auto-indent happy */ 157#if 0 /* keep Emacsens' auto-indent happy */
152{ 158{