commit 63851a2b70187873cea7b0115466229f2089ab5e
parent acdadc4f9a67169ae9148918e568b5a0d85a55ad
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 14 Aug 2025 11:44:22 +0200
-doxygen fixes
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/include/donau_service.h b/src/include/donau_service.h
@@ -434,8 +434,9 @@ bool
* @param year only consider donation units for this year
* @param[out] out_keys array of selected public keys (owned by caller)
* @param[out] out_len length of @a out_keys
- * @return GNUNET_OK on exact match; GNUNET_NO if exact match not possible;
- * GNUNET_SYSERR on invalid input/currency mismatch.
+ * @return #GNUNET_OK on exact match;
+ * #GNUNET_NO if exact match not possible;
+ * #GNUNET_SYSERR on invalid input/currency mismatch.
*/
enum GNUNET_GenericReturnValue
DONAU_select_donation_unit_keys_for_amount (
@@ -468,9 +469,9 @@ DONAU_get_donation_unit_key_by_hash (
* @param num_bkps length of the @a bkps array
* @param year year of the donation
* @param[out] sum_out result amount (initialized to zero in @keys->currency)
- * @return GNUNET_OK on success;
- * GNUNET_NO on invalid input, duplication, year mismatch;
- * GNUNET_SYSERR on math errors.
+ * @return #GNUNET_OK on success;
+ * #GNUNET_NO on invalid input, duplication, year mismatch;
+ * #GNUNET_SYSERR on math errors.
*/
enum GNUNET_GenericReturnValue
DONAU_get_donation_amount_from_bkps (