From 95b52cc6fe194ffea48f0833429926f843c4d194 Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Wed, 7 Sep 2022 21:27:54 +0100 Subject: -DOC: Documentation cleanup pass through old SET subsystem --- src/set/gnunet-service-set.c | 4 +--- src/set/gnunet-service-set_intersection.c | 9 +-------- src/set/gnunet-service-set_intersection.h | 2 +- src/set/set_api.c | 2 +- 4 files changed, 4 insertions(+), 13 deletions(-) (limited to 'src/set') diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c index 2b859d81a..208c63a1a 100644 --- a/src/set/gnunet-service-set.c +++ b/src/set/gnunet-service-set.c @@ -176,7 +176,6 @@ static uint32_t suggest_id; /** * Get the incoming socket associated with the given id. * - * @param listener the listener to look in * @param id id to look for * @return the incoming socket associated with the id, * or NULL if there is none @@ -1006,7 +1005,7 @@ handle_client_iterate (void *cls, const struct GNUNET_MessageHeader *m) * operation to be performed. * * @param cls client that sent the message - * @param m message sent by the client + * @param msg message sent by the client */ static void handle_client_create_set (void *cls, const struct GNUNET_SET_CreateMessage *msg) @@ -1066,7 +1065,6 @@ handle_client_create_set (void *cls, const struct GNUNET_SET_CreateMessage *msg) * - we got the channel from a peer but no #GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST * * @param cls channel context - * @param tc context information (why was this task triggered now) */ static void incoming_timeout_cb (void *cls) diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c index 9313483bb..51a8d0dbc 100644 --- a/src/set/gnunet-service-set_intersection.c +++ b/src/set/gnunet-service-set_intersection.c @@ -754,13 +754,6 @@ begin_bf_exchange (struct Operation *op) } -/** - * Handle the initial `struct IntersectionElementInfoMessage` from a - * remote peer. - * - * @param cls the intersection operation - * @param mh the header of the message - */ void handle_intersection_p2p_element_info (void *cls, const struct @@ -1039,7 +1032,7 @@ filter_all (void *cls, * Handle a done message from a remote peer * * @param cls the intersection operation - * @param mh the message + * @param idm the message */ void handle_intersection_p2p_done (void *cls, diff --git a/src/set/gnunet-service-set_intersection.h b/src/set/gnunet-service-set_intersection.h index 200e8f5ff..d8884d0a7 100644 --- a/src/set/gnunet-service-set_intersection.h +++ b/src/set/gnunet-service-set_intersection.h @@ -57,7 +57,7 @@ handle_intersection_p2p_bf (void *cls, * remote peer. * * @param cls the intersection operation - * @param mh the header of the message + * @param msg the header of the message */ void handle_intersection_p2p_element_info (void *cls, diff --git a/src/set/set_api.c b/src/set/set_api.c index 7e1085b04..4f73ff06c 100644 --- a/src/set/set_api.c +++ b/src/set/set_api.c @@ -296,7 +296,7 @@ check_iter_element (void *cls, * iterator and sends an acknowledgement to the service. * * @param cls the `struct GNUNET_SET_Handle *` - * @param mh the message + * @param msg the message */ static void handle_iter_element (void *cls, -- cgit v1.2.3