From 2b9f858b1e38d80cc3f4c3fd48fba22e7a7e52a9 Mon Sep 17 00:00:00 2001 From: lurchi Date: Wed, 8 Nov 2017 19:28:50 +0100 Subject: [PATCH] improve documentation --- src/social/social_api.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/social/social_api.c b/src/social/social_api.c index c89e79453..8c6629432 100644 --- a/src/social/social_api.c +++ b/src/social/social_api.c @@ -1096,10 +1096,11 @@ handle_app_place_end (void *cls, /** - * Handle an acknowledgement that a guest or host left a place. + * Handler for a #GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_LEAVE_ACK message received + * from the social service. * - * @param cls a `struct GNUNET_SOCIAL_Place` - * @param msg the message from the service + * @param cls the place of type `struct GNUNET_SOCIAL_Place` + * @param msg the message received from the service */ static void handle_place_leave_ack (void *cls, -- 2.25.1