summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-26 09:24:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-26 09:24:44 +0200
commit58939d55e95f1e336b4a8be2581b3e576b0ce3e9 (patch)
tree3ed329f3c7d648adaca753ef2eb21ecb3c624670 /src
parent8ffa114c4edddf8773dc4dfd27c1bd44bacd2368 (diff)
downloadexchange-58939d55e95f1e336b4a8be2581b3e576b0ce3e9.tar.gz
exchange-58939d55e95f1e336b4a8be2581b3e576b0ce3e9.tar.bz2
exchange-58939d55e95f1e336b4a8be2581b3e576b0ce3e9.zip
fix doxygen
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.h2
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h2
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
index c13e97882..be9548fec 100644
--- 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
index d4acd2132..b46e85cec 100644
--- 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