aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
commitc654ca8072bc5768bd01c6b0d6db303b0d4e5025 (patch)
tree1d2929c0e15efe6835fa2e98cb8070a4646ae346 /src/conversation
parent02eef607379528f1a28c8593dd98e233fcbefd69 (diff)
downloadgnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.tar.gz
gnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.zip
-doxygen fixes
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api.c2
-rw-r--r--src/conversation/gnunet-conversation.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 58945d447..63b072fc0 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file conversation/conversation_api2.c 22 * @file conversation/conversation_api.c
23 * @brief API to the conversation service 23 * @brief API to the conversation service
24 * @author Simon Dieterle 24 * @author Simon Dieterle
25 * @author Andreas Fuchs 25 * @author Andreas Fuchs
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index b0813df78..ea2ba9ac8 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -645,7 +645,7 @@ static struct VoipCommand commands[] = {
645/** 645/**
646 * Action function to print help for the command shell. 646 * Action function to print help for the command shell.
647 * 647 *
648 * @param arguments arguments given to the command 648 * @param args arguments given to the command
649 */ 649 */
650static void 650static void
651do_help (const char *args) 651do_help (const char *args)