From 487237381dc81c16878b2e3faaac37777b6dd7bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Apr 2017 07:49:56 +0200 Subject: fix misc doxygen issues --- src/exchangedb/exchangedb_signkeys.c | 1 + src/exchangedb/plugin_exchangedb_postgres.c | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/exchangedb_signkeys.c b/src/exchangedb/exchangedb_signkeys.c index 8273c84b8..866bf4d3d 100644 --- a/src/exchangedb/exchangedb_signkeys.c +++ b/src/exchangedb/exchangedb_signkeys.c @@ -117,6 +117,7 @@ TALER_EXCHANGEDB_signing_keys_iterate (const char *exchange_base_dir, * Obtain the name of the directory we use to store signing * keys created at time @a start. * + * @param exchange_directory base director where we store key material * @param start time at which we create the signing key * @return name of the directory we should use, basically "$EXCHANGEDIR/$TIME/"; * (valid until next call to this function) diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 38f7988d5..7ef6cef97 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2762,7 +2762,7 @@ postgres_have_deposit (void *cls, * * @param cls the @e cls of this struct with the plugin-specific state * @param session connection to the database - * @param deposit_serial_id identifies the deposit row to modify + * @param rowid identifies the deposit row to modify * @return #GNUNET_OK on success, #GNUNET_SYSERR on error */ static int @@ -2867,7 +2867,7 @@ postgres_test_deposit_done (void *cls, * * @param cls the @e cls of this struct with the plugin-specific state * @param session connection to the database - * @param deposit_serial_id identifies the deposit row to modify + * @param rowid identifies the deposit row to modify * @return #GNUNET_OK on success, #GNUNET_SYSERR on error */ static int @@ -6131,8 +6131,7 @@ postgres_select_reserve_closed_above_serial_id (void *cls, * @param coin_sig signature of the coin of type #TALER_SIGNATURE_WALLET_COIN_PAYBACK * @param coin_blind blinding key of the coin * @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 timestamp current time (rounded) * @return #GNUNET_OK on success, * #GNUNET_SYSERR on DB errors -- cgit v1.2.3