From 77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 3 Feb 2010 00:57:49 +0000 Subject: Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. --- Projects/TemperatureDataLogger/Doxygen.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Projects/TemperatureDataLogger') diff --git a/Projects/TemperatureDataLogger/Doxygen.conf b/Projects/TemperatureDataLogger/Doxygen.conf index 32278385a..1430ad516 100644 --- a/Projects/TemperatureDataLogger/Doxygen.conf +++ b/Projects/TemperatureDataLogger/Doxygen.conf @@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */LowLevel/USBMode.h +EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -637,7 +637,8 @@ EXCLUDE_PATTERNS = */LowLevel/USBMode.h # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = __* +EXCLUDE_SYMBOLS = __* \ + INCLUDE_FROM_* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see -- cgit v1.2.3