summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 16:39:09 +0200
committerMS <ms@taler.net>2020-10-20 16:39:09 +0200
commitd615702a365d8f0b93c788c2bbad214d26ea3700 (patch)
tree6afa6fa0a85de24164d63c34dd3003eac0eda27e /src/backenddb
parenteab97f38f37cd42da5d4508e083c7f70eba39163 (diff)
downloadmerchant-d615702a365d8f0b93c788c2bbad214d26ea3700.tar.gz
merchant-d615702a365d8f0b93c788c2bbad214d26ea3700.tar.bz2
merchant-d615702a365d8f0b93c788c2bbad214d26ea3700.zip
@param name[out] -> @param[out] name
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 50b8f8ec..19ea0ed0 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -40,7 +40,7 @@
* when fetching amounts from the database.
*
* @param field name of the database field to fetch amount from
- * @param amountp[out] pointer to amount to set
+ * @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT(field,amountp) \
TALER_PQ_result_spec_amount ( \
@@ -51,7 +51,7 @@
* when fetching amounts from the database. NBO variant.
*
* @param field name of the database field to fetch amount from
- * @param amountp[out] pointer to amount to set
+ * @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT_NBO(field, amountp) \
TALER_PQ_result_spec_amount_nbo ( \
@@ -63,7 +63,7 @@
* when fetching amounts from the database.
*
* @param field name of the database field to fetch amount from
- * @param amountp[out] pointer to amount to set
+ * @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT(field,amountp) \
TALER_PQ_result_spec_amount ( \