X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_dnsparser_lib.h;h=9fe3491d672a734611d6dbad6e0f7194b44eacf9;hb=7a7ec54a324da4820202582126795a8ac6bbe94d;hp=e800442dc9cd9eec73d473802b7728ff15d31115;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h index e800442dc..9fe3491d6 100644 --- a/src/include/gnunet_dnsparser_lib.h +++ b/src/include/gnunet_dnsparser_lib.h @@ -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 @@ -19,10 +19,15 @@ */ /** - * @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 */