diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
commit | 487237381dc81c16878b2e3faaac37777b6dd7bf (patch) | |
tree | 542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/pq | |
parent | b0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff) |
fix misc doxygen issues
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/pq_result_helper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index 4b449999f..d0ff78d1c 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -132,7 +132,7 @@ extract_amount_nbo_helper (PGresult *result, * * @param cls closure * @param result where to extract data from - * @param int row to extract data from + * @param row row to extract data from * @param fname name (or prefix) of the fields to extract from * @param[in,out] dst_size where to store size of result, may be NULL * @param[out] dst where to store the result @@ -200,7 +200,7 @@ TALER_PQ_result_spec_amount_nbo (const char *name, * * @param cls closure * @param result where to extract data from - * @param int row to extract data from + * @param row row to extract data from * @param fname name (or prefix) of the fields to extract from * @param[in,out] dst_size where to store size of result, may be NULL * @param[out] dst where to store the result @@ -272,7 +272,7 @@ TALER_PQ_result_spec_amount (const char *name, * * @param cls closure * @param result where to extract data from - * @param int row to extract data from + * @param row row to extract data from * @param fname name (or prefix) of the fields to extract from * @param[in,out] dst_size where to store size of result, may be NULL * @param[out] dst where to store the result |