From f3ed6ea694e83e45d257fb64b5ae23e73bc81465 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 15:58:53 +0200 Subject: misc doxygen fixes --- src/authorization/anastasis_authorization_plugin_post.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/authorization/anastasis_authorization_plugin_post.c') diff --git a/src/authorization/anastasis_authorization_plugin_post.c b/src/authorization/anastasis_authorization_plugin_post.c index 8fa5979..3664776 100644 --- a/src/authorization/anastasis_authorization_plugin_post.c +++ b/src/authorization/anastasis_authorization_plugin_post.c @@ -172,7 +172,7 @@ get_message (const json_t *messages, * * @param cls closure * @param connection HTTP client request (for queuing response) - * @param truth_mime mime type of @e data + * @param mime_type mime type of @e data * @param data input to validate (i.e. is it a valid phone number, etc.) * @param data_length number of bytes in @a data * @return #GNUNET_OK if @a data is valid, @@ -256,6 +256,7 @@ post_validate (void *cls, * @param code secret code that the user has to provide back to satisfy the challenge in * the main anastasis protocol * @param data input to validate (i.e. is it a valid phone number, etc.) + * @param data_length number of bytes in @a data * @return state to track progress on the authorization operation, NULL on failure */ static struct ANASTASIS_AUTHORIZATION_State * -- cgit v1.2.3