From: Bart Polot Date: Fri, 18 Oct 2013 11:27:48 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~6451 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f8dd08deb48ee7432e4c59cb5bb28fb7941fcb7a;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index afdb801c9..c31504cfb 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1347,7 +1347,7 @@ GMC_handle_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * Generic handler for mesh network encrypted traffic. * * @param peer Peer identity this notification is about. - * @param message Encrypted message. + * @param msg Encrypted message. * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -1939,7 +1939,7 @@ GMC_get_buffer (struct MeshConnection *c, int fwd) } /** - * Get how many messages have we allowed to send to us from a direction.. + * Get how many messages have we allowed to send to us from a direction. * * @param c Connection. * @param fwd Are we asking about traffic from FWD (BCK messages)? diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h index 816d93f45..d6b261002 100644 --- a/src/mesh/gnunet-service-mesh_connection.h +++ b/src/mesh/gnunet-service-mesh_connection.h @@ -290,7 +290,7 @@ unsigned int GMC_get_buffer (struct MeshConnection *c, int fwd); /** - * Get how many messages have we allowed to send to us from a direction.. + * Get how many messages have we allowed to send to us from a direction. * * @param c Connection. * @param fwd Are we asking about traffic from FWD (BCK messages)?