aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-06-09 19:22:07 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-21 08:18:19 +0200
commit9a0de654353a29257e31baf855f7dc326c1c5755 (patch)
treeecd991ddcda6cc01ee4177e09d340f85d82a4b51 /src/include/gnunet_dns_service.h
parentfd716c71a05a5edb32b3660eb8a4de7fd563237d (diff)
downloadgnunet-9a0de654353a29257e31baf855f7dc326c1c5755.tar.gz
gnunet-9a0de654353a29257e31baf855f7dc326c1c5755.zip
DOC: Major doxygen organisation work, upgraded config, updated logo
Diffstat (limited to 'src/include/gnunet_dns_service.h')
-rw-r--r--src/include/gnunet_dns_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 20f0f13ee..fd1319dd9 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup vpn_suite VPN services and libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -191,3 +194,5 @@ GNUNET_DNS_disconnect (struct GNUNET_DNS_Handle *dh);
191#endif 194#endif
192 195
193/** @} */ /* end of group */ 196/** @} */ /* end of group */
197
198/** @} */ /* end of group addition */