aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_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_set_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 7246f9b42..75dc6049e 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -19,10 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_set_service.h
23 * @brief two-peer set operations
24 * @author Florian Dold 22 * @author Florian Dold
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * Two-peer set operations
27 *
28 * @defgroup set Set service
29 * Two-peer set operations
30 * @{
26 */ 31 */
27 32
28#ifndef GNUNET_SET_SERVICE_H 33#ifndef GNUNET_SET_SERVICE_H
@@ -161,7 +166,7 @@ enum GNUNET_SET_ResultMode
161 * Client gets notified of the required changes 166 * Client gets notified of the required changes
162 * for both the local and the remote set. 167 * for both the local and the remote set.
163 * 168 *
164 * Only supported for set 169 * Only supported for set
165 */ 170 */
166 GNUNET_SET_RESULT_SYMMETRIC, 171 GNUNET_SET_RESULT_SYMMETRIC,
167 172
@@ -499,3 +504,5 @@ GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element, struct GNUNET
499#endif 504#endif
500 505
501#endif 506#endif
507
508/** @} */ /* end of group */