diff options
Diffstat (limited to '.doxygen')
-rw-r--r-- | .doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,7 +112,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ./src +INPUT = . src INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ @@ -159,7 +159,7 @@ FILE_PATTERNS = *.c \ *.ucf \ *.qsf RECURSIVE = NO -EXCLUDE = test.cpp test_old.cpp version.h +EXCLUDE = example/ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXCLUDE_SYMBOLS = |