aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_regex_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_regex_service.h')
-rw-r--r--src/include/gnunet_regex_service.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index 15e86610c..67cf2106f 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -18,11 +18,18 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_regex_service.h
22 * @brief access regex service to advertise capabilities via regex and discover
23 * respective peers using matching strings
24 * @author Maximilian Szengel 21 * @author Maximilian Szengel
25 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API to access regex service to advertise capabilities via regex and discover
26 * respective peers using matching strings
27 *
28 * @defgroup regex RegEx service
29 * Advertise capabilities via RegEx and discover
30 * respective peers using matching strings.
31 *
32 * @{
26 */ 33 */
27#ifndef GNUNET_REGEX_SERVICE_H 34#ifndef GNUNET_REGEX_SERVICE_H
28#define GNUNET_REGEX_SERVICE_H 35#define GNUNET_REGEX_SERVICE_H
@@ -136,5 +143,6 @@ GNUNET_REGEX_search_cancel (struct GNUNET_REGEX_Search *s);
136} 143}
137#endif 144#endif
138 145
139/* end of gnunet_regex_service.h */
140#endif 146#endif
147
148/** @} */ /* end of group */