From c87722791debda4961f514d34b32b3f2775eaac9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 14:36:49 +0100 Subject: doxygen --- src/mhd/mhd_parsing.c | 4 ++-- src/mhd/mhd_responses.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mhd') diff --git a/src/mhd/mhd_parsing.c b/src/mhd/mhd_parsing.c index 685e0043d..21c215a24 100644 --- a/src/mhd/mhd_parsing.c +++ b/src/mhd/mhd_parsing.c @@ -38,7 +38,7 @@ * realizes an MHD POST processor that will (incrementally) process * JSON data uploaded to the HTTP server. It will store the required * state in the @a con_cls, which must be cleaned up using - * #TALER_MHD_post_cleanup_callback(). + * #TALER_MHD_parse_post_cleanup_callback(). * * @param connection the MHD connection * @param con_cls the closure (points to a `struct Buffer *`) @@ -109,7 +109,7 @@ TALER_MHD_parse_post_json (struct MHD_Connection *connection, * to clean up our state. * * @param con_cls value as it was left by - * #TALER_MHD_post_json(), to be cleaned up + * #TALER_MHD_parse_post_json(), to be cleaned up */ void TALER_MHD_parse_post_cleanup_callback (void *con_cls) diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c index d54945c65..aeb3b0b69 100644 --- a/src/mhd/mhd_responses.c +++ b/src/mhd/mhd_responses.c @@ -490,7 +490,6 @@ TALER_MHD_reply_agpl (struct MHD_Connection *connection, * Function to call to handle the request by sending * back static data. * - * @param rh context of the handler * @param connection the MHD connection to handle * @param http_status status code to return * @param mime_type content-type to use -- cgit v1.2.3