doxygen fixes

This commit is contained in:
Florian Dold 2020-01-18 20:10:35 +01:00
parent 34e6425f9d
commit 3d431e8d33
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
4 changed files with 2 additions and 5 deletions

View File

@ -425,7 +425,6 @@ admin_add_incoming_traits (void *cls,
* Create internal state for "/admin/add-incoming" CMD.
*
* @param amount the amount to transfer.
* @param account_bank_url base URL of the exchange account receiving the money
* @param payto_debit_account which account sends money
* @param auth authentication data
* @return the internal state
@ -510,7 +509,6 @@ TALER_TESTING_cmd_admin_add_incoming (const char *label,
*
* @param label command label.
* @param amount the amount to transfer.
* @param account_bank_url base URL of the exchange account receiving the money
* @param payto_debit_account which account sends money
* @param auth authentication data
* @param ref reference to a command that can offer a reserve

View File

@ -340,7 +340,6 @@ build_history (struct TALER_TESTING_Interpreter *is,
* @param total length of @a h
* @param off the offset (of the CMD list) where the command
* to check is.
* @param dir the expected direction of the transaction.
* @param details the expected transaction details.
* @return #GNUNET_OK if the transaction is what we expect.
*/
@ -401,7 +400,6 @@ check_result (struct TALER_TESTING_Interpreter *is,
* success the last callback is always of this status
* (even if `abs(num_results)` were already returned).
* @param ec taler status code.
* @param dir direction of the transfer.
* @param row_id monotonically increasing counter corresponding to
* the transaction.
* @param details details about the wire transfer.
@ -563,6 +561,7 @@ history_cleanup (void *cls,
* Make a "history" CMD.
*
* @param label command label.
* @param auth authentication data to talk with the wire gateway
* @param start_row_reference reference to a command that can
* offer a row identifier, to be used as the starting row
* to accept in the result.

View File

@ -402,7 +402,6 @@ check_result (struct TALER_TESTING_Interpreter *is,
* success the last callback is always of this status
* (even if `abs(num_results)` were already returned).
* @param ec taler status code.
* @param dir direction of the transfer.
* @param row_id monotonically increasing counter corresponding to
* the transaction.
* @param details details about the wire transfer.

View File

@ -334,6 +334,7 @@ transfer_traits (void *cls,
* @param label command label.
* @param amount amount to transfer.
* @param auth authentication data to use
* @param payto_debit_account which account sends money.
* @param payto_credit_account which account receives money.
* @param wtid wire transfer identifier to use
* @param exchange_base_url exchange URL to use