aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/block_dns.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r--src/include/block_dns.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index e43036a48..f421b36d8 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -19,10 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @author Christian Grothoff
23 *
22 * @file 24 * @file
23 * DNS network structs 25 * DNS network structs
24 * 26 *
25 * @author Christian Grothoff 27 * @defgroup block-dns DNS Service network protocol definitions
28 * @{
26 */ 29 */
27#ifndef BLOCK_DNS_H 30#ifndef BLOCK_DNS_H
28#define BLOCK_DNS_H 31#define BLOCK_DNS_H
@@ -61,3 +64,5 @@ struct GNUNET_DNS_Advertisement
61GNUNET_NETWORK_STRUCT_END 64GNUNET_NETWORK_STRUCT_END
62 65
63#endif 66#endif
67
68/** @} */ /* end of group */