summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:13:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:13:28 +0100
commit9c45958a55d25f87fa8848765cb924ddc604e91b (patch)
treec4f5d71de68cee251d28ef5eada636f78e97236e /src/pq
parent9d86f050f9a5c684b06c8fe349f336756c4feca2 (diff)
downloadexchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.gz
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.bz2
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.zip
doxygen
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_result_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index f6eab87e1..b3977d738 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -161,6 +161,7 @@ extract_amount_nbo (void *cls,
* Currency amount expected.
*
* @param name name of the field in the table
+ * @param currency the currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/
@@ -239,7 +240,7 @@ extract_amount (void *cls,
* Currency amount expected.
*
* @param name name of the field in the table
- * @param currency the currency the amount is in
+ * @param currency the currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/