summaryrefslogtreecommitdiff
path: root/debian/patches/0005-Don-t-process-the-entire-source-tree-with-Doxygen.patch
blob: bb9c622df955f8d56733c9264c649f8718709ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Gard Spreemann <gspr@nonempty.org>
Date: Fri, 14 Jan 2022 19:28:15 +0100
Subject: Don't process the entire source tree with Doxygen

---
 src/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 4b6d792..8b38967 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -783,7 +783,7 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @CMAKE_SOURCE_DIR@
+INPUT                  =
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses