Implement data ack in CADET MQ API
[oweals/gnunet.git] / src / include / gnunet_dnsparser_lib.h
index e800442dc9cd9eec73d473802b7728ff15d31115..9fe3491d672a734611d6dbad6e0f7194b44eacf9 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      Copyright (C) 2010-2014 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2010-2014 GNUnet e.V.
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
  */
 
 /**
- * @file include/gnunet_dnsparser_lib.h
- * @brief API for helper library to parse DNS packets.
  * @author Philipp Toelke
  * @author Christian Grothoff
+ *
+ * @file
+ * API for helper library to parse DNS packets.
+ *
+ * @defgroup dns-parser  DNS parser library
+ * Helper library to parse DNS packets.
+ * @{
  */
 #ifndef GNUNET_DNSPARSER_LIB_H
 #define GNUNET_DNSPARSER_LIB_H
@@ -885,3 +890,5 @@ GNUNET_DNSPARSER_hex_to_bin (const char *hex,
 
 
 #endif
+
+/** @} */  /* end of group */