commit 88bd613b49c8a40b0adc27e6b7a1ba8a347555c0
parent b9508adc7526e2777939fd59036f1715f64c4dc5
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 22 Oct 2020 10:33:32 +0200
fix doxygen
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git 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
@@ -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)