From 4340fe90fc88c79a1f90b52ced9acfef6719b8be Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 25 Jun 2013 23:37:13 +0000 Subject: doxygen --- src/consensus/consensus_api.c | 2 +- src/consensus/gnunet-service-consensus.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/consensus') diff --git a/src/consensus/consensus_api.c b/src/consensus/consensus_api.c index 684580755..a1dc40826 100644 --- a/src/consensus/consensus_api.c +++ b/src/consensus/consensus_api.c @@ -141,7 +141,7 @@ handle_new_element (void *cls, * that the conclusion is over. * * @param cls consensus handle - * @param mh conclude done message + * @param msg conclude done message */ static void handle_conclude_done (void *cls, diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c index 1c2c78422..9cde0e46b 100644 --- a/src/consensus/gnunet-service-consensus.c +++ b/src/consensus/gnunet-service-consensus.c @@ -702,6 +702,7 @@ initialize_session_peer_list (struct ConsensusSession *session, * Called when another peer wants to do a set operation with the * local peer. * + * @param cls closure * @param other_peer the other peer * @param context_msg message with application specific information from * the other peer @@ -786,6 +787,7 @@ set_listen_cb (void *cls, * Initialize the session, continue receiving messages from the owning client * * @param session the session to initialize + * @param join_msg the join message from the client */ static void initialize_session (struct ConsensusSession *session, -- cgit v1.2.3