aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_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_conversation_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 61ccfc03f..15cc0a3d3 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -19,12 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_conversation_service.h
23 * @brief API to the conversation service
24 * @author Simon Dieterle 22 * @author Simon Dieterle
25 * @author Andreas Fuchs 23 * @author Andreas Fuchs
26 * @author Christian Grothoff 24 * @author Christian Grothoff
27 * 25 *
26 * @file
27 * API to the conversation service
28 *
29 * @defgroup conversation Conversation service
30 * One-to-one voice communication over CADET
28 * 31 *
29 * NOTE: This API is deliberately deceptively simple; the idea 32 * NOTE: This API is deliberately deceptively simple; the idea
30 * is that advanced features (such as answering machines) will 33 * is that advanced features (such as answering machines) will
@@ -41,6 +44,8 @@
41 * course provided as part of the basic implementation, as only the 44 * course provided as part of the basic implementation, as only the
42 * CONVERSATION service can know for sure who it is that we are 45 * CONVERSATION service can know for sure who it is that we are
43 * talking to. 46 * talking to.
47 *
48 * @{
44 */ 49 */
45#ifndef GNUNET_CONVERSATION_SERVICE_H 50#ifndef GNUNET_CONVERSATION_SERVICE_H
46#define GNUNET_CONVERSATION_SERVICE_H 51#define GNUNET_CONVERSATION_SERVICE_H
@@ -417,6 +422,7 @@ GNUNET_CONVERSATION_call_resume (struct GNUNET_CONVERSATION_Call *call,
417void 422void
418GNUNET_CONVERSATION_call_stop (struct GNUNET_CONVERSATION_Call *call); 423GNUNET_CONVERSATION_call_stop (struct GNUNET_CONVERSATION_Call *call);
419 424
425/** @} */ /* end of group */
420 426
421#if 0 /* keep Emacsens' auto-indent happy */ 427#if 0 /* keep Emacsens' auto-indent happy */
422{ 428{