diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:06:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:06:36 +0200 |
commit | 82a5038acf5302957ca450d9c262f6fed59a45ba (patch) | |
tree | 904d3df403c6984577a19a8371057593fe87ae05 | |
parent | c559b1c935a93c4cdec442beeac59264d483c824 (diff) | |
download | exchange-82a5038acf5302957ca450d9c262f6fed59a45ba.tar.gz exchange-82a5038acf5302957ca450d9c262f6fed59a45ba.zip |
-doxygen fixes
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 | ||||
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 | ||||
-rw-r--r-- | src/mhd/mhd_run.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 627ac00f9..792b73dac 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c | |||
@@ -1338,7 +1338,7 @@ run_single_request (void) | |||
1338 | /** | 1338 | /** |
1339 | * Signature of the callback used by MHD to notify the application | 1339 | * Signature of the callback used by MHD to notify the application |
1340 | * about completed connections. If we are running in test-mode with | 1340 | * about completed connections. If we are running in test-mode with |
1341 | * an #input_filename, this function is used to terminate the HTTPD | 1341 | * an input_filename, this function is used to terminate the HTTPD |
1342 | * after the first request has been processed. | 1342 | * after the first request has been processed. |
1343 | * | 1343 | * |
1344 | * @param cls client-defined closure, NULL | 1344 | * @param cls client-defined closure, NULL |
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 95ea6a4bb..e2a740f1b 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c | |||
@@ -194,9 +194,9 @@ postgres_create_tables (void *cls) | |||
194 | 194 | ||
195 | 195 | ||
196 | /** | 196 | /** |
197 | * Initialize prepared statements for @a sess. | 197 | * Initialize prepared statements for @a pg. |
198 | * | 198 | * |
199 | * @param[in,out] sess session to initialize | 199 | * @param[in,out] pg connection to initialize |
200 | * @return #GNUNET_OK on success | 200 | * @return #GNUNET_OK on success |
201 | */ | 201 | */ |
202 | static enum GNUNET_GenericReturnValue | 202 | static enum GNUNET_GenericReturnValue |
diff --git a/src/mhd/mhd_run.c b/src/mhd/mhd_run.c index 8a3c369b9..8141390c9 100644 --- a/src/mhd/mhd_run.c +++ b/src/mhd/mhd_run.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | /** | 31 | /** |
32 | * Set if we should immediately #MHD_run again. | 32 | * Set if we should immediately MHD_run() again. |
33 | */ | 33 | */ |
34 | static int triggered; | 34 | static int triggered; |
35 | 35 | ||