aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.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_dnsparser_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index e800442dc..9680af329 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -19,10 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_dnsparser_lib.h
23 * @brief API for helper library to parse DNS packets.
24 * @author Philipp Toelke 22 * @author Philipp Toelke
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * API for helper library to parse DNS packets.
27 *
28 * @defgroup dns-parser DNS parser library
29 * Helper library to parse DNS packets.
30 * @{
26 */ 31 */
27#ifndef GNUNET_DNSPARSER_LIB_H 32#ifndef GNUNET_DNSPARSER_LIB_H
28#define GNUNET_DNSPARSER_LIB_H 33#define GNUNET_DNSPARSER_LIB_H
@@ -883,5 +888,6 @@ size_t
883GNUNET_DNSPARSER_hex_to_bin (const char *hex, 888GNUNET_DNSPARSER_hex_to_bin (const char *hex,
884 void *data); 889 void *data);
885 890
891/** @} */ /* end of group */
886 892
887#endif 893#endif