diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 22:24:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 22:24:18 +0100 |
commit | 108bf01f11f97c63862e780e42101ed59b8f9ff9 (patch) | |
tree | d553ee35347be40ea524f1d2060ae5fe3ed47734 /src/auditor | |
parent | 646ec32adb93e0f45fab4449278efc29d0f6e651 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 10b38f8b4..49fbdd576 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -289,12 +289,12 @@ static struct TALER_Amount total_missed_deposit_confirmations; static struct TALER_Amount reported_emergency_risk_by_count; /** - * Total amount reported in all calls to #report_emergency(). + * Total amount reported in all calls to #report_emergency_by_amount(). */ static struct TALER_Amount reported_emergency_risk_by_amount; /** - * Total amount in losses reported in all calls to #report_emergency(). + * Total amount in losses reported in all calls to #report_emergency_by_amount(). */ static struct TALER_Amount reported_emergency_loss; @@ -1453,7 +1453,7 @@ handle_payback_by_reserve (void *cls, * * @param receiver_account payto:// URI of the target account * @param atime when was the transfer made - * @param fee[out] set to the closing fee + * @param[out] fee set to the closing fee * @return #GNUNET_OK on success */ static int |