Remove the tests dir from the normal Doxyfile
As on the nov2008 developer meeting we concluded that the normal Documentation shall have less noise and reflect the actual project state. Further we will introduce special Doxyfiles for special tasks.
This commit is contained in:
parent
bb74bfbc22
commit
065bc25eca
1 changed files with 1 additions and 2 deletions
|
|
@ -94,8 +94,7 @@ WARN_LOGFILE = warnings.txt
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = ../../src/ \
|
||||
../../tests/
|
||||
INPUT = ../../src/
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue