Remove redundant and erroneous file patterns from Doxygen

This commit is contained in:
Colomban Wendling 2017-10-16 00:33:01 -07:00
parent 960a0d5aae
commit 958974338d

View File

@ -837,11 +837,7 @@ FILE_PATTERNS = *.c \
*.C++ \
*.H \
*.HH \
*.H++ \
*.dox \
RECURSIVE \
= \
NO
*.H++
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.