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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor/report-lib.h') 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 */ -- cgit v1.2.3