gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -doxygen fixes


From: gnunet
Subject: [taler-exchange] branch master updated: -doxygen fixes
Date: Mon, 23 Aug 2021 00:06:39 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 82a5038a -doxygen fixes
82a5038a is described below

commit 82a5038acf5302957ca450d9c262f6fed59a45ba
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 23 00:06:36 2021 +0200

    -doxygen fixes
---
 src/exchange/taler-exchange-httpd.c         | 2 +-
 src/exchangedb/plugin_exchangedb_postgres.c | 4 ++--
 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 627ac00f..792b73da 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1338,7 +1338,7 @@ run_single_request (void)
 /**
  * Signature of the callback used by MHD to notify the application
  * about completed connections.  If we are running in test-mode with
- * an #input_filename, this function is used to terminate the HTTPD
+ * an input_filename, this function is used to terminate the HTTPD
  * after the first request has been processed.
  *
  * @param cls client-defined closure, NULL
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 95ea6a4b..e2a740f1 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -194,9 +194,9 @@ postgres_create_tables (void *cls)
 
 
 /**
- * Initialize prepared statements for @a sess.
+ * Initialize prepared statements for @a pg.
  *
- * @param[in,out] sess session to initialize
+ * @param[in,out] pg connection to initialize
  * @return #GNUNET_OK on success
  */
 static enum GNUNET_GenericReturnValue
diff --git a/src/mhd/mhd_run.c b/src/mhd/mhd_run.c
index 8a3c369b..8141390c 100644
--- a/src/mhd/mhd_run.c
+++ b/src/mhd/mhd_run.c
@@ -29,7 +29,7 @@
 
 
 /**
- * Set if we should immediately #MHD_run again.
+ * Set if we should immediately MHD_run() again.
  */
 static int triggered;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]