aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_datastore_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index bdc12b26c..6d2e63324 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -24,7 +24,7 @@
24 * @file 24 * @file
25 * datastore service 25 * datastore service
26 * 26 *
27 * @defgroup datastore Datastore service 27 * @defgroup datastore Data Store service
28 * Data store for files stored on a GNUnet node. 28 * Data store for files stored on a GNUnet node.
29 * 29 *
30 * Provides an API that can be used manage the 30 * Provides an API that can be used manage the
@@ -397,7 +397,6 @@ GNUNET_DATASTORE_get_for_replication (struct GNUNET_DATASTORE_Handle *h,
397void 397void
398GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe); 398GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe);
399 399
400/** @} */ /* end of group */
401 400
402#if 0 /* keep Emacsens' auto-indent happy */ 401#if 0 /* keep Emacsens' auto-indent happy */
403{ 402{
@@ -406,5 +405,6 @@ GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe);
406} 405}
407#endif 406#endif
408 407
409/* end of gnunet_datastore_service.h */
410#endif 408#endif
409
410/** @} */ /* end of group */