summaryrefslogtreecommitdiff
path: root/debian/patches/0005-Don-t-process-the-entire-source-tree-with-Doxygen.patch
blob: 4e15991bce46e9b91f5c805bd7fd0c2dba45ab0e (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 c938635..f5b3555 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -778,7 +778,7 @@ WARN_LOGFILE           = doxygen.log
 # 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