-doxygen fixes

This commit is contained in:
Christian Grothoff 2023-02-19 11:22:53 +01:00
parent 2fd87736b4
commit b414183283
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* @param[out] amount_with_fee set to the total deposited amount * @param[out] amount_with_fee set to the total deposited amount
* @param[out] deposit_fee set to how much the exchange did charge for the deposit * @param[out] deposit_fee set to how much the exchange did charge for the deposit
* @param[out] kyc set to the kyc status of the receiver (if @a pending) * @param[out] kyc set to the kyc status of the receiver (if @a pending)
* @param[out[ aml_decision set to the AML status of the receiver * @param[out] aml_decision set to the AML status of the receiver
* @return transaction status code * @return transaction status code
*/ */
enum GNUNET_DB_QueryStatus enum GNUNET_DB_QueryStatus

View File

@ -301,7 +301,7 @@ TALER_KYCLOGIC_kyc_get_details (
* Check if a given @a check_name is a legal name (properly * Check if a given @a check_name is a legal name (properly
* configured) and can be satisfied in principle. * configured) and can be satisfied in principle.
* *
* @param logic_name name of the logic to match * @param check_name name of the check to see if it is configured
* @return #GNUNET_OK if the check can be satisfied, * @return #GNUNET_OK if the check can be satisfied,
* #GNUNET_NO if the check can never be satisfied, * #GNUNET_NO if the check can never be satisfied,
* #GNUNET_SYSERR if the type of the check is unknown * #GNUNET_SYSERR if the type of the check is unknown