From 547574c4b7e71447d5528ac1872273ac834a91a9 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 29 Jul 2021 22:18:51 +0200
Subject: [PATCH] Pydoc engine: corr exclude 3rdparty

---
 Wrap/Swig/DoxyfileSwig.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Wrap/Swig/DoxyfileSwig.in b/Wrap/Swig/DoxyfileSwig.in
index ebfa21a5d84..9dcae3539b4 100644
--- a/Wrap/Swig/DoxyfileSwig.in
+++ b/Wrap/Swig/DoxyfileSwig.in
@@ -902,7 +902,7 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                = 3rdParty
+EXCLUDE                = 3rdparty
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
-- 
GitLab