summaryrefslogtreecommitdiff
path: root/src/include
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/include
parentb0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff)
downloadexchange-487237381dc81c16878b2e3faaac37777b6dd7bf.tar.gz
exchange-487237381dc81c16878b2e3faaac37777b6dd7bf.tar.bz2
exchange-487237381dc81c16878b2e3faaac37777b6dd7bf.zip
fix misc doxygen issues
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_bank_service.h1
-rw-r--r--src/include/taler_crypto_lib.h4
-rw-r--r--src/include/taler_exchange_service.h6
-rw-r--r--src/include/taler_exchangedb_plugin.h2
-rw-r--r--src/include/taler_fakebank_lib.h2
-rw-r--r--src/include/taler_util_wallet.h1
-rw-r--r--src/include/taler_wire_plugin.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h
index e5ea42123..c9c20637a 100644
--- a/src/include/taler_bank_service.h
+++ b/src/include/taler_bank_service.h
@@ -61,7 +61,6 @@ typedef void
* @param exchange_base_url base URL of the exchange (for tracking)
* @param wtid wire transfer identifier for the transfer
* @param amount amount that was deposited
- * @param execution_date when did we receive the amount
* @param debit_account_no account number to withdraw from (53 bits at most)
* @param credit_account_no account number to deposit into (53 bits at most)
* @param res_cb the callback to call when the final result for this request is available
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index c5ddeb0f7..1b72a892d 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -495,7 +495,7 @@ TALER_link_derive_transfer_secret (const struct TALER_CoinSpendPrivateKeyP *coin
*
* @param trans_priv transfer private key
* @param coin_pub coin public key
- * @param[out] secret set to the shared secret
+ * @param[out] transfer_secret set to the shared secret
*/
void
TALER_link_reveal_transfer_secret (const struct TALER_TransferPrivateKeyP *trans_priv,
@@ -510,7 +510,7 @@ TALER_link_reveal_transfer_secret (const struct TALER_TransferPrivateKeyP *trans
*
* @param trans_pub transfer private key
* @param coin_priv coin public key
- * @param[out] secret set to the shared secret
+ * @param[out] transfer_secret set to the shared secret
*/
void
TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans_pub,
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 554d98bf5..15e51bc2a 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -837,13 +837,13 @@ TALER_EXCHANGE_reserve_status (struct TALER_EXCHANGE_Handle *exchange,
/**
- * Cancel a withdraw status request. This function cannot be used
+ * Cancel a reserve status request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param wsh the withdraw status request handle
+ * @param rsh the reserve status request handle
*/
void
-TALER_EXCHANGE_reserve_status_cancel (struct TALER_EXCHANGE_ReserveStatusHandle *wsh);
+TALER_EXCHANGE_reserve_status_cancel (struct TALER_EXCHANGE_ReserveStatusHandle *rsh);
/* ********************* /reserve/withdraw *********************** */
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 6c640baec..5daa9d2f8 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2093,7 +2093,7 @@ struct TALER_EXCHANGEDB_Plugin
* @param h_blind_ev blinded envelope, as calculated by the exchange
* @param amount total amount to be paid back
* @param receiver_account_details who should receive the funds
- * @parma h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry)
+ * @param h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry)
* @param now timestamp to store
* @return #GNUNET_OK on success,
* #GNUNET_SYSERR on DB errors
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h
index f584cb85c..7d8757d99 100644
--- a/src/include/taler_fakebank_lib.h
+++ b/src/include/taler_fakebank_lib.h
@@ -15,7 +15,7 @@
*/
/**
- * @file bank-lib/fakebank.h
+ * @file include/taler_fakebank_lib.h
* @brief API for a library that fakes being a Taler bank
* @author Christian Grothoff <christian@grothoff.org>
*/
diff --git a/src/include/taler_util_wallet.h b/src/include/taler_util_wallet.h
index 0544c9e15..dd08702db 100644
--- a/src/include/taler_util_wallet.h
+++ b/src/include/taler_util_wallet.h
@@ -82,6 +82,7 @@ TALER_gcrypt_init (void);
/**
* Obtain denomination amount from configuration file.
*
+ * @param cfg configuration to parse
* @param section section of the configuration to access
* @param option option of the configuration to access
* @param[out] denom set to the amount found in configuration
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 7a3460357..e9f873eb7 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -138,7 +138,7 @@ struct TALER_WIRE_Plugin
* @param cls the @e cls of this struct with the plugin-specific state
* @param wire the JSON wire format object
* @param master_pub public key of the exchange to verify against
- * @param[OUT] emsg set to an error message, unless we return #TALER_EC_NONE;
+ * @param[out] emsg set to an error message, unless we return #TALER_EC_NONE;
* error message must be freed by the caller using GNUNET_free()
* @return #TALER_EC_NONE if correctly formatted
*/