From: konrad Date: Fri, 9 Jul 2010 17:18:18 +0000 (+0000) Subject: make doxygen run only over TZLib itself X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f67292fd900bdb53d1b1bb117b58c35373aafe0b;p=web%2Fkonrad%2Ftzone.git make doxygen run only over TZLib itself git-svn-id: https://silmor.de/svn/softmagic/tzone/trunk@551 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/Doxyfile b/Doxyfile index cb18684..be19fcf 100644 --- a/Doxyfile +++ b/Doxyfile @@ -604,17 +604,13 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cpp \ *.h \ - *.php \ - *.php4 \ - *.php5 \ - *.inc \ *.dox # 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. # If left blank NO is used. -RECURSIVE = yes +RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a @@ -642,7 +638,7 @@ EXCLUDE_PATTERNS = moc_* # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = NoDebug # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see