summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-20 07:49:56 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-20 07:49:56 +0200
commit487237381dc81c16878b2e3faaac37777b6dd7bf (patch)
tree542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/exchange/taler-exchange-httpd_db.c
parentb0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff)
downloadexchange-487237381dc81c16878b2e3faaac37777b6dd7bf.tar.gz
exchange-487237381dc81c16878b2e3faaac37777b6dd7bf.tar.bz2
exchange-487237381dc81c16878b2e3faaac37777b6dd7bf.zip
fix misc doxygen issues
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index d7f91c892..dbaffc486 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -654,7 +654,7 @@ TEH_DB_execute_reserve_status (struct MHD_Connection *connection,
* @param blinded_msg_len number of bytes in @a blinded_msg
* @param h_blind hash of @a blinded_msg
* @param signature signature over the withdraw request, to be stored in DB
- * @param denom_sig[out] where to write the resulting signature
+ * @param[out] denom_sig where to write the resulting signature
* (used to release memory in case of transaction failure
* @return MHD result code
*/
@@ -1967,6 +1967,7 @@ struct WtidTransactionContext
* @param cls our context for transmission
* @param rowid which row in the DB is the information from (for diagnostics)
* @param merchant_pub public key of the merchant (should be same for all callbacks with the same @e cls)
+ * @param wire_method which wire plugin was used
* @param h_wire hash of wire transfer details of the merchant (should be same for all callbacks with the same @e cls)
* @param exec_time execution time of the wire transfer (should be same for all callbacks with the same @e cls)
* @param h_proposal_data which proposal was this payment about