summaryrefslogtreecommitdiff
path: root/src/include/taler_pq_lib.h
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/include/taler_pq_lib.h
parent9d86f050f9a5c684b06c8fe349f336756c4feca2 (diff)
downloadexchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.gz
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.bz2
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.zip
doxygen
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r--src/include/taler_pq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 697917568..066f117ee 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -95,7 +95,7 @@ TALER_PQ_query_param_absolute_time_nbo (const struct
* Currency amount expected.
*
* @param name name of the field in the table
- * @param currency expected currency for the @a amount
+ * @param currency currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/
@@ -109,7 +109,7 @@ TALER_PQ_result_spec_amount_nbo (const char *name,
* Currency amount expected.
*
* @param name name of the field in the table
- * @param currency expected currency for the @a amount
+ * @param currency currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/