aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 8f2ff738b..3dd3e2b2d 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -18,11 +18,13 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_core_service.h
22 * @brief core service; this is the main API for encrypted P2P
23 * communications
24 * @author Christian Grothoff 21 * @author Christian Grothoff
25 * @defgroup core encrypted direct communication between peers 22 *
23 * @file include/gnunet_core_service.h
24 * Core service; the main API for encrypted P2P communications
25 *
26 * @defgroup core Core service
27 * Encrypted direct communication between peers
26 * @{ 28 * @{
27 */ 29 */
28#ifndef GNUNET_CORE_SERVICE_H 30#ifndef GNUNET_CORE_SERVICE_H