summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index e57ead3..9e4fe82 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -690,8 +690,7 @@ INPUT_ENCODING = UTF-8
# *.f90 *.f *.for *.vhd *.vhdl
FILE_PATTERNS = *.h \
- *.cpp \
- *.doc.txt
+ *.cpp
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.