From 7562e2e46e115140820f46d6ad033c9321610c3c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 18 Oct 2013 11:32:23 +0000 Subject: - doxygen --- src/mesh/gnunet-service-mesh_local.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/mesh/gnunet-service-mesh_local.c') diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c index 9b868124a..b310c39dd 100644 --- a/src/mesh/gnunet-service-mesh_local.c +++ b/src/mesh/gnunet-service-mesh_local.c @@ -767,10 +767,10 @@ GML_shutdown (void) /** - * Get a chennel from a client + * Get a channel from a client. * - * @param c the client to check - * @param chid Channel ID, must be local (> 0x800...) + * @param c Client to check. + * @param chid Channel ID, must be local (> 0x800...). * * @return non-NULL if channel exists in the clients lists */ @@ -949,7 +949,11 @@ GML_send_ack (struct MeshClient *c, MESH_ChannelNumber id) /** * Notify the client that a new incoming channel was created. * - * @param ch Channel that was created. + * @param c Client to notify. + * @param id Channel ID. + * @param port Channel's destination port. + * @param opt Options (bit array). + * @param peer Origin peer. */ void GML_send_channel_create (struct MeshClient *c, -- cgit v1.2.3