aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 17:06:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 17:06:32 +0100
commit47deacaa152dd39e61615225e14e7a93be9f2a97 (patch)
tree83ba0715cc3c66e8f451946c31d786b3ff5e63fb /src/lib/testing_api_cmd_refresh.c
parent48aab68ff5cf5ee364622d34a579f96371d8eecb (diff)
downloadexchange-47deacaa152dd39e61615225e14e7a93be9f2a97.tar.xz
doxygen
Diffstat (limited to 'src/lib/testing_api_cmd_refresh.c')
-rw-r--r--src/lib/testing_api_cmd_refresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_refresh.c b/src/lib/testing_api_cmd_refresh.c
index 44911a6df..c4dcc3c62 100644
--- a/src/lib/testing_api_cmd_refresh.c
+++ b/src/lib/testing_api_cmd_refresh.c
@@ -1022,7 +1022,7 @@ refresh_melt_run (void *cls,
* Free the "refresh melt" CMD state, and possibly cancel a
* pending operation thereof.
*
- * @param cls closure, typically a #struct RefreshMeltState.
+ * @param cls closure, must be a `struct RefreshMeltState`.
* @param cmd the command which is being cleaned up.
*/
static void
@@ -1099,7 +1099,7 @@ refresh_melt_traits (void *cls,
/**
* Parse list of amounts for melt operation.
*
- * @param rms[in,out] where to store the list
+ * @param[in,out] rms where to store the list
* @param ap NULL-termianted list of amounts to be melted (one per fresh coin)
* @return #GNUNET_OK on success
*/