diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-21 20:28:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-21 20:28:30 +0200 |
commit | 4384c6ec85438475ebde02461770040417205ca1 (patch) | |
tree | a48f8f80d4da95873090a3b5d8d29e06f0b534bc /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 0470ba369206612606a330df2f9e303d21a10837 (diff) |
fix misc doxygen issues
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index e4618262a..29eedb8f4 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -9765,16 +9765,16 @@ postgres_lookup_wire_fee_by_time ( /** - * Lookup the latest serial number of @a table. Used in - * exchange-auditor database replication. - * - * @param cls closure - * @param session a session - * @param table table for which we should return the serial - * @param[out] latest serial number in use - * @return transaction status code, GNUNET_DB_STATUS_HARD_ERROR if - * @a table does not have a serial number - */ + * Lookup the latest serial number of @a table. Used in + * exchange-auditor database replication. + * + * @param cls closure + * @param session a session + * @param table table for which we should return the serial + * @param[out] serial latest serial number in use + * @return transaction status code, GNUNET_DB_STATUS_HARD_ERROR if + * @a table does not have a serial number + */ static enum GNUNET_DB_QueryStatus postgres_lookup_serial_by_table (void *cls, struct TALER_EXCHANGEDB_Session *session, @@ -10062,7 +10062,7 @@ typedef enum GNUNET_DB_QueryStatus * * @param cls closure * @param session a session - * @param tb table data to insert + * @param td table data to insert * @return transaction status code, #GNUNET_DB_STATUS_HARD_ERROR if * @e table in @a tr is not supported */ |