From 0846ab93bcbe606d34cc547904634244312e137d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2020 00:37:37 +0200 Subject: doxygen fixes --- src/auditor/report-lib.c | 2 +- src/auditor/report-lib.h | 4 ++-- src/auditor/taler-helper-auditor-deposits.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/auditor') diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index 48483bde8..0cecf2e01 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -583,7 +583,7 @@ TALER_ARL_amount_subtract_ (struct TALER_Amount *diff, * @param filename where is the addition called * @param functionname name of the function where the addition is called * @param line line number of the addition - * @return #TALER_ARL_SR_NEGATIVE if the result was negative (and @a diff is now invalid), + * @return #TALER_ARL_SR_INVALID_NEGATIVE if the result was negative (and @a diff is now invalid), * #TALER_ARL_SR_ZERO if the result was zero, * #TALER_ARL_SR_POSITIVE if the result is positive */ diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index 0842f9154..04165ae4a 100644 --- a/src/auditor/report-lib.h +++ b/src/auditor/report-lib.h @@ -258,7 +258,7 @@ enum TALER_ARL_SubtractionResult * @param filename where is the addition called * @param functionname name of the function where the addition is called * @param line line number of the addition - * @return #TALER_ARL_SR_NEGATIVE if the result was negative (and @a diff is now invalid), + * @return #TALER_ARL_SR_INVALID_NEGATIVE if the result was negative (and @a diff is now invalid), * #TALER_ARL_SR_ZERO if the result was zero, * #TALER_ARL_SR_POSITIVE if the result is positive */ @@ -280,7 +280,7 @@ TALER_ARL_amount_subtract_neg_ (struct TALER_Amount *diff, * @param[out] diff where to store (@a a1 - @a a2) * @param a1 amount to subtract from * @param a2 amount to subtract - * @return #TALER_ARL_SR_NEGATIVE if the result was negative (and @a diff is now invalid), + * @return #TALER_ARL_SR_INVALID_NEGATIVE if the result was negative (and @a diff is now invalid), * #TALER_ARL_SR_ZERO if the result was zero, * #TALER_ARL_SR_POSITIVE if the result is positive */ diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c index 41cf406cb..b9c4ff8de 100644 --- a/src/auditor/taler-helper-auditor-deposits.c +++ b/src/auditor/taler-helper-auditor-deposits.c @@ -96,7 +96,7 @@ struct DepositConfirmationContext * @param cls our `struct DepositConfirmationContext` * @param serial_id row of the @a dc in the database * @param dc the deposit confirmation we know - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERROR to stop iterating + * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating */ static int test_dc (void *cls, -- cgit v1.2.3