From 330f58d888c0400fdbf302d069a19386f6629c5f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 15 Nov 2013 09:25:36 +0000 Subject: [PATCH] - doxygen --- src/include/gnunet_mesh_service.h | 2 +- src/mesh/gnunet-service-mesh_connection.c | 2 ++ src/mesh/mesh_api.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h index 6819af655..25b380932 100644 --- a/src/include/gnunet_mesh_service.h +++ b/src/include/gnunet_mesh_service.h @@ -19,7 +19,7 @@ */ /** - * @file include/gnunet_mesh_service_enc.h + * @file include/gnunet_mesh_service.h * @brief mesh service; establish channels to distant peers * @author Christian Grothoff */ diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index 0b59ef4ec..b92ea6f94 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -380,6 +380,7 @@ connection_change_state (struct MeshConnection* c, * * @param cls Closure (FC). * @param c Connection this message was on. + * @param q Queue handler this call invalidates. * @param type Type of message sent. * @param fwd Was this a FWD going message? * @param size Size of the message. @@ -919,6 +920,7 @@ connection_poll (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc); * * @param cls Closure (FC). * @param c Connection this message was on. + * @param q Queue handler this call invalidates. * @param type Type of message sent. * @param fwd Was this a FWD going message? * @param size Size of the message. diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index a9f463932..d4402020c 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -16,7 +16,7 @@ */ /** - * @file mesh/mesh_api_enc.c + * @file mesh/mesh_api.c * @brief mesh api: client implementation of new mesh service * @author Bartlomiej Polot */ -- 2.25.1