Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
[pub/USBasp.git] / Projects / LEDNotifier / Doxygen.conf
index d779972..abe146d 100644 (file)
@@ -637,7 +637,8 @@ EXCLUDE_PATTERNS       =
 # wildcard * is used, a substring. Examples: ANamespace, AClass,\r
 # AClass::ANamespace, ANamespace::*Test\r
 \r
-EXCLUDE_SYMBOLS        = __*\r
+EXCLUDE_SYMBOLS        = __* \\r
+                         INCLUDE_FROM_*\r
 \r
 # The EXAMPLE_PATH tag can be used to specify one or more files or\r
 # directories that contain example code fragments that are included (see\r