gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix doxygen


From: gnunet
Subject: [taler-merchant] branch master updated: fix doxygen
Date: Thu, 22 Oct 2020 10:33:34 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 88bd613  fix doxygen
88bd613 is described below

commit 88bd613b49c8a40b0adc27e6b7a1ba8a347555c0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 10:33:32 2020 +0200

    fix doxygen
---
 doc/doxygen/taler.doxy                     | 8 ++++++--
 src/backenddb/plugin_merchantdb_postgres.c | 1 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index 2244b77..2c3971b 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -94,7 +94,7 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ../../src ../../contrib ../../doc
+INPUT                  = ../../src ../../contrib/ ../../doc
 INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.c \
                          *.cc \
@@ -148,7 +148,11 @@ FILE_PATTERNS          = *.c \
 RECURSIVE              = YES
 EXCLUDE                =
 EXCLUDE_SYMLINKS       = NO
-EXCLUDE_PATTERNS       = */test_* */.svn/* */.git/* */perf_* .* 
*/src/mustach/mustach*
+EXCLUDE_PATTERNS       = */test_* \
+                         */.svn/* \
+                         */.git/* \
+                         */perf_* \
+                         .*
 EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           =
 EXAMPLE_PATTERNS       = *
diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 3a336d1..4726979 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -253,7 +253,6 @@ postgres_start_read_committed (void *cls,
  * Roll back the current transaction of a database connection.
  *
  * @param cls the `struct PostgresClosure` with the plugin-specific state
- * @return #GNUNET_OK on success
  */
 static void
 postgres_rollback (void *cls)

-- 
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]