exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 58939d55e95f1e336b4a8be2581b3e576b0ce3e9
parent 8ffa114c4edddf8773dc4dfd27c1bd44bacd2368
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 26 May 2021 09:24:44 +0200

fix doxygen

Diffstat:
Msrc/exchange/taler-exchange-httpd_keys.h | 2+-
Msrc/exchange/taler-exchange-httpd_responses.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h @@ -129,7 +129,7 @@ TEH_keys_update_states (void); * key state is resolved. * * @param h_denom_pub hash of denomination public key - * @param[in,out] connection used to return status message if NULL is returned + * @param[in,out] conn used to return status message if NULL is returned * @param[out] mret set to the MHD status if NULL is returned * @return the denomination key issue, * or NULL if @a h_denom_pub could not be found diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h @@ -70,7 +70,7 @@ TEH_RESPONSE_reply_unknown_denom_pub_hash ( * @param dph denomination public key hash * @param now timestamp to use * @param ec error code to use - * @param name of the operation that is not allowed at this time + * @param oper name of the operation that is not allowed at this time * @return MHD result code */ MHD_RESULT