exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 20d1ec85fa9ca63d888ea802ca447a1b1b96451f
parent b7a2852a1b5f0141c757b3dc955ac628cfea4c71
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2015 16:31:27 +0100

more doxygen fixes

Diffstat:
Msrc/include/taler_pq_lib.h | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h @@ -27,7 +27,7 @@ #include "taler_util.h" /** - * Description of a DB query parameter. + * @brief Description of a DB query parameter. */ struct TALER_PQ_QueryParam { @@ -71,7 +71,7 @@ struct TALER_PQ_QueryParam /** - * Description of a DB result cell. + * @brief Description of a DB result cell. */ struct TALER_PQ_ResultSpec { @@ -134,6 +134,11 @@ struct TALER_PQ_ResultSpec /** * Execute a prepared statement. + * + * @param db_conn database connection + * @param name name of the prepared statement + * @param params parameters to the statement + * @return postgres result */ PGresult * TALER_PQ_exec_prepared (PGconn *db_conn,