aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-13 09:17:44 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-13 09:17:44 +0100
commit838f6b7f1de097f503b619dfc04766578882360d (patch)
treeb0689e8d781ce6c654c34106484500d7d1e24aee /src/include
parent837c53552e5b2cb7703b069e77d3de02d693c025 (diff)
downloadexchange-838f6b7f1de097f503b619dfc04766578882360d.tar.xz
-fix comments for doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 1e3972b5a..4f52d78fa 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -950,13 +950,13 @@ GNUNET_NETWORK_STRUCT_END
/**
- * @brief It is build pos confirmation to verify payment.
+ * @brief Builds POS confirmation token to verify payment.
*
* @param pos_key encoded key for verification payment
* @param pos_alg algorithm to compute the payment verification
* @param total of the order paid
* @param ts is the time given
- *
+ * @return POS token on success, NULL otherwise
*/
char *
TALER_build_pos_confirmation (const char *pos_key,