From b23f7bcde58fdada9170f16af39ab1e84f4c3a68 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Mon, 11 Jan 2016 21:23:17 +0000 Subject: doxygen: group/module definitions (part 1) --- src/include/gnunet_datastore_service.h | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'src/include/gnunet_datastore_service.h') diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h index 14ffb1740..bdc12b26c 100644 --- a/src/include/gnunet_datastore_service.h +++ b/src/include/gnunet_datastore_service.h @@ -19,13 +19,21 @@ */ /** - * @file include/gnunet_datastore_service.h - * @brief API that can be used manage the - * datastore for files stored on a GNUnet node; - * note that the datastore is NOT responsible for - * on-demand encoding, that is achieved using - * a special kind of entry. * @author Christian Grothoff + * + * @file + * datastore service + * + * @defgroup datastore Datastore service + * Data store for files stored on a GNUnet node. + * + * Provides an API that can be used manage the + * datastore for files stored on a GNUnet node. + * Note that the datastore is NOT responsible for + * on-demand encoding, that is achieved using + * a special kind of entry. + * + * @{ */ #ifndef GNUNET_DATASTORE_SERVICE_H @@ -389,6 +397,7 @@ GNUNET_DATASTORE_get_for_replication (struct GNUNET_DATASTORE_Handle *h, void GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe); +/** @} */ /* end of group */ #if 0 /* keep Emacsens' auto-indent happy */ { -- cgit v1.2.3