diff options
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,7 @@ WARN_LOGFILE = | |||
80 | #--------------------------------------------------------------------------- | 80 | #--------------------------------------------------------------------------- |
81 | # configuration options related to the input files | 81 | # configuration options related to the input files |
82 | #--------------------------------------------------------------------------- | 82 | #--------------------------------------------------------------------------- |
83 | INPUT = . | 83 | INPUT = src |
84 | FILE_PATTERNS = *.c \ | 84 | FILE_PATTERNS = *.c \ |
85 | *.cc \ | 85 | *.cc \ |
86 | *.cxx \ | 86 | *.cxx \ |
@@ -127,7 +127,7 @@ FILE_PATTERNS = *.c \ | |||
127 | *.moc \ | 127 | *.moc \ |
128 | *.xpm \ | 128 | *.xpm \ |
129 | *.dox | 129 | *.dox |
130 | RECURSIVE = YES | 130 | RECURSIVE = NO |
131 | EXCLUDE = | 131 | EXCLUDE = |
132 | EXCLUDE_SYMLINKS = NO | 132 | EXCLUDE_SYMLINKS = NO |
133 | EXCLUDE_PATTERNS = | 133 | EXCLUDE_PATTERNS = |