commit 5f7230811d692254e314728bc1cbc0007deb08e2 parent 65679c3363d02b94a31dd1f637eb818d80c87289 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 23 Apr 2021 23:43:01 +0200 more doxygen fixes Diffstat:
| M | src/include/taler_merchant_service.h | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -3391,9 +3391,13 @@ struct TALER_MERCHANT_PickupDetail * * @param cls closure * @param hr HTTP response details + * @param total_authorized how many tips were authorized under this tip + * @param total_picked_up how many tips have been picked up + * @param reason what was the reason given for the tip * @param expiration when the tip will expire - * @param exchange_url exchange from which the coins should be withdrawn - * @param amount_remaining total amount still available for the tip + * @param reserve_pub which reserve is funding this tip + * @param pickups_length length of the @a pickups array + * @param pickups array of pickup operations performed for this tip */ typedef void (*TALER_MERCHANT_TipMerchantGetCallback) (