diff options
author | Gabor X Toth <*@tg-x.net> | 2016-01-11 21:23:17 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-01-11 21:23:17 +0000 |
commit | b23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch) | |
tree | 7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_gnsrecord_lib.h | |
parent | 1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff) |
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r-- | src/include/gnunet_gnsrecord_lib.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h index 718365f95c..1106465631 100644 --- a/src/include/gnunet_gnsrecord_lib.h +++ b/src/include/gnunet_gnsrecord_lib.h @@ -19,9 +19,14 @@ */ /** - * @file include/gnunet_gnsrecord_lib.h - * @brief API that can be used to manipulate GNS record data * @author Christian Grothoff + * + * @file + * API that can be used to manipulate GNS record data + * + * @defgroup gns-record GNS record library + * Manipulate GNS record data + * @{ */ #ifndef GNUNET_GNSRECORD_LIB_H #define GNUNET_GNSRECORD_LIB_H @@ -558,7 +563,7 @@ struct GNUNET_TIME_Absolute GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count, const struct GNUNET_GNSRECORD_Data *rd); - +/** @} */ /* end of group */ #if 0 /* keep Emacsens' auto-indent happy */ { |