aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_consensus_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 77607a6e2..aaac12834 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_consensus_service.h
23 * @brief multi-peer set reconciliation
24 * @author Florian Dold 22 * @author Florian Dold
23 *
24 * @file
25 * Multi-peer set reconciliation
26 *
27 * @defgroup consensus Consensus service
28 * Multi-peer set reconciliation
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_CONSENSUS_SERVICE_H 32#ifndef GNUNET_CONSENSUS_SERVICE_H
@@ -166,6 +171,7 @@ GNUNET_CONSENSUS_conclude (struct GNUNET_CONSENSUS_Handle *consensus,
166void 171void
167GNUNET_CONSENSUS_destroy (struct GNUNET_CONSENSUS_Handle *consensus); 172GNUNET_CONSENSUS_destroy (struct GNUNET_CONSENSUS_Handle *consensus);
168 173
174/** @} */ /* end of group */
169 175
170#if 0 /* keep Emacsens' auto-indent happy */ 176#if 0 /* keep Emacsens' auto-indent happy */
171{ 177{