diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 15:42:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 15:42:07 +0100 |
commit | eca4f1a8fe52d463b6b87d19c245e7aa02197476 (patch) | |
tree | 2340cf88788df283b8b4b9be99984939d9943805 /src/mint/taler-mint-httpd_responses.c | |
parent | c2fd4896a69a2404fc8b468da2cb6161db97bb3d (diff) |
-doxygen fixes
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index 700090dba..3ba9fdb67 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -423,7 +423,7 @@ TMH_RESPONSE_reply_deposit_insufficient_funds (struct MHD_Connection *connection * and calculate the total balance. * * @param rh reserve history to JSON-ify - * @param balance[OUT] set to current reserve balance + * @param[out] balance set to current reserve balance * @return json representation of the @a rh, NULL on error */ static json_t * |