From 065bc25eca2e7b27379e1112e883b9fd668d6278 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 14 Nov 2008 17:33:08 +0100 Subject: [PATCH] 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. --- doc/devel/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index 9b276233e..5a46f0f31 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -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 \