diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-10-10 08:59:13 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-10-10 08:59:13 +0200 |
commit | 8fc4a5f12ac5c72805dae7545b50578af1db91ab (patch) | |
tree | 8dbd8300d9cdb9fac75f92792190de2180e2d7a1 /src | |
parent | 3a4515c029156e859126e6e0e6d2a0c9a0d90fe1 (diff) |
-doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/exchangedb/pg_insert_records_by_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_insert_records_by_table.c b/src/exchangedb/pg_insert_records_by_table.c index b82b78e0a..f70cce225 100644 --- a/src/exchangedb/pg_insert_records_by_table.c +++ b/src/exchangedb/pg_insert_records_by_table.c @@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL3.0-or-later */ /** - * @file exchangedb/insert_records_by_table.c + * @file exchangedb/pg_insert_records_by_table.c * @brief insert_records_by_table implementation * @author Christian Grothoff */ @@ -31,7 +31,7 @@ /** - * Signature of helper functions of #postgres_insert_records_by_table. + * Signature of helper functions of #TEH_PG_insert_records_by_table(). * * @param pg plugin context * @param td record to insert |