diff options
author | Gabor X Toth <*@tg-x.net> | 2016-01-12 12:43:09 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-01-12 12:43:09 +0000 |
commit | 219e64fe613c47eab4c143791128c2b453be3bf8 (patch) | |
tree | c4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_namecache_service.h | |
parent | b23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff) |
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_namecache_service.h')
-rw-r--r-- | src/include/gnunet_namecache_service.h | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/src/include/gnunet_namecache_service.h b/src/include/gnunet_namecache_service.h index b5209338a0..da0e53859f 100644 --- a/src/include/gnunet_namecache_service.h +++ b/src/include/gnunet_namecache_service.h @@ -19,12 +19,19 @@ */ /** - * @file include/gnunet_namecache_service.h - * @brief API that can be used to store naming information on a GNUnet node; - * Naming information can either be records for which this peer/user - * is authoritative, or blocks which are cached, encrypted naming - * data from other peers. * @author Christian Grothoff + * + * @file + * API that can be used to store naming information on a GNUnet node. + * + * @defgroup namecache Name Cache service + * Store naming information on a GNUnet node. + * + * Naming information can either be records for which this peer/user is + * authoritative, or blocks which are cached, encrypted naming data from other + * peers. + * + * @{ */ #ifndef GNUNET_NAMECACHE_SERVICE_H #define GNUNET_NAMECACHE_SERVICE_H @@ -159,5 +166,6 @@ GNUNET_NAMECACHE_cancel (struct GNUNET_NAMECACHE_QueueEntry *qe); } #endif -/* end of gnunet_namecache_service.h */ #endif + +/** @} */ /* end of group */ |