aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2024-01-30 14:28:37 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2024-01-30 14:28:37 +0100
commit41408d9b419fc8e5deb2d3e4f44622b3fa97d0ba (patch)
tree62c19f023735de50be4d9d2b194115dbfcad745f /src/backend
parent1d888045ad126e06944b641e6d1f7e6dde9c399c (diff)
[doxygen] fix doxygen issuesv0.9.4-dev.6
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-depositcheck.c2
-rw-r--r--src/backend/taler-merchant-httpd_private-get-token-families.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-depositcheck.c b/src/backend/taler-merchant-depositcheck.c
index cc0aaae5..6bb3b05b 100644
--- a/src/backend/taler-merchant-depositcheck.c
+++ b/src/backend/taler-merchant-depositcheck.c
@@ -756,7 +756,7 @@ select_work (void *cls)
* @param kr response from /keys
* @param[in] in_keys keys object passed to callback with
* reference counter of 1. Must be freed by callee
- * using #TALER_EXCHANGE_keys_decref(). NULL on failure.
+ * using TALER_EXCHANGE_keys_decref(). NULL on failure.
*/
static void
keys_cb (
diff --git a/src/backend/taler-merchant-httpd_private-get-token-families.c b/src/backend/taler-merchant-httpd_private-get-token-families.c
index 003e2966..fa364570 100644
--- a/src/backend/taler-merchant-httpd_private-get-token-families.c
+++ b/src/backend/taler-merchant-httpd_private-get-token-families.c
@@ -31,6 +31,7 @@
* @param name name of the token family
* @param valid_after start time of the token family's validity period
* @param valid_before end time of the token family's validity period
+ * @param kind kind of the token family
*/
static void
add_token_family (void *cls,