From 9c45958a55d25f87fa8848765cb924ddc604e91b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 14:13:28 +0100 Subject: doxygen --- src/include/taler_mhd_lib.h | 2 +- src/include/taler_pq_lib.h | 4 ++-- src/include/taler_testing_lib.h | 7 ++----- src/include/taler_util.h | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index 6840509b5..e82d8d75f 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -422,7 +422,7 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Free set of legal documents * - * @param leg legal documents to free + * @param legal legal documents to free */ void TALER_MHD_legal_free (struct TALER_MHD_Legal *legal); diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 697917568..066f117ee 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -95,7 +95,7 @@ TALER_PQ_query_param_absolute_time_nbo (const struct * Currency amount expected. * * @param name name of the field in the table - * @param currency expected currency for the @a amount + * @param currency currency to use for @a amount * @param[out] amount where to store the result * @return array entry for the result specification to use */ @@ -109,7 +109,7 @@ TALER_PQ_result_spec_amount_nbo (const char *name, * Currency amount expected. * * @param name name of the field in the table - * @param currency expected currency for the @a amount + * @param currency currency to use for @a amount * @param[out] amount where to store the result * @return array entry for the result specification to use */ diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index b20f7c116..060bbd0a7 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1250,10 +1250,8 @@ TALER_TESTING_cmd_refresh_reveal_with_retry (struct TALER_TESTING_Command cmd); * Create a "refresh link" command. * * @param label command label. - * @param exchange connection to the exchange. * @param reveal_reference reference to a "refresh reveal" CMD. * @param expected_response_code expected HTTP response code - * * @return the "refresh link" command */ struct TALER_TESTING_Command @@ -1307,7 +1305,6 @@ TALER_TESTING_cmd_track_transaction (const char *label, * @param index index number of the WTID to track, in case there * are multiple on offer. * @param expected_response_code expected HTTP response code. - * * @return the command. */ struct TALER_TESTING_Command @@ -1327,7 +1324,7 @@ TALER_TESTING_cmd_track_transfer_empty (const char *label, * @param index in case there are multiple WTID offered, this * parameter selects a particular one. * @param expected_response_code expected HTTP response code. - * @param expected_amount how much money we expect being moved + * @param expected_total_amount how much money we expect being moved * with this wire-transfer. * @param expected_wire_fee expected wire fee. * @return the command @@ -1461,7 +1458,7 @@ TALER_TESTING_cmd_refund (const char *label, * the index of the coin using "$LABEL#$INDEX" syntax. * Here, $INDEX must be a non-negative number. * @param amount denomination to pay back. - * @param NULL if coin was not refreshed, otherwise label of the melt operation + * @param melt_reference NULL if coin was not refreshed, otherwise label of the melt operation * @return the command. */ struct TALER_TESTING_Command diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 335b123c3..9157faf01 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -224,6 +224,7 @@ TALER_url_absolute_raw_va (const char *proto, /** * Make an absolute URL for a given MHD connection. * + * @param connection the connection to get the URL for * @param path path of the url * @param ... NULL-terminated key-value pairs (char *) for query parameters, * the value will be url-encoded -- cgit v1.2.3