gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not include error codes twice


From: gnunet
Subject: [taler-exchange] branch master updated: do not include error codes twice
Date: Thu, 22 Oct 2020 09:41:09 +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 fd553149 do not include error codes twice
fd553149 is described below

commit fd5531490379d893362f30cf112676d2ba3ee4b3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 09:41:06 2020 +0200

    do not include error codes twice
---
 doc/doxygen/taler.doxy | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index ddd3031a..c1a89915 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -148,7 +148,13 @@ FILE_PATTERNS          = *.c \
 RECURSIVE              = YES
 EXCLUDE                =
 EXCLUDE_SYMLINKS       = NO
-EXCLUDE_PATTERNS       = */test_* */.svn/* */.git/* */perf_* .*
+EXCLUDE_PATTERNS       = */test_* \
+                         */.svn/* \
+                         */.git/* \
+                         */perf_* .* \
+                         .* \
+                         */src/mustach/mustach* \
+                         */gnu-taler-error-codes/*
 EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           =
 EXAMPLE_PATTERNS       = *

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