summaryrefslogtreecommitdiff
path: root/config/doxygen.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/doxygen.cfg')
-rw-r--r--config/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doxygen.cfg b/config/doxygen.cfg
index f4713b616..f385fb94a 100644
--- a/config/doxygen.cfg
+++ b/config/doxygen.cfg
@@ -1247,7 +1247,7 @@ SEARCH_INCLUDES = YES
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH = . include $(SRCDIR)/src $(SRCDIR)/src/include
+INCLUDE_PATH = . $(SRCDIR)/src $(SRCDIR)/src/include
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback