summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-29 00:37:37 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-29 00:37:37 +0200
commit0846ab93bcbe606d34cc547904634244312e137d (patch)
tree6965ac524b88653be4e61ca340884853cba666dd /src/auditor
parentf486df99c87f4ea660a4e39fe4497c9fd2afa847 (diff)
downloadexchange-0846ab93bcbe606d34cc547904634244312e137d.tar.gz
exchange-0846ab93bcbe606d34cc547904634244312e137d.tar.bz2
exchange-0846ab93bcbe606d34cc547904634244312e137d.zip
doxygen fixes
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/report-lib.c2
-rw-r--r--src/auditor/report-lib.h4
-rw-r--r--src/auditor/taler-helper-auditor-deposits.c2
3 files changed, 4 insertions, 4 deletions
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,