Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 3 Feb 2010 00:57:49 +0000 (00:57 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 3 Feb 2010 00:57:49 +0000 (00:57 +0000)
62 files changed:
Bootloaders/CDC/Doxygen.conf
Bootloaders/DFU/Doxygen.conf
Bootloaders/Incomplete/MIDI/Doxygen.conf
Demos/Device/ClassDriver/AudioInput/Doxygen.conf
Demos/Device/ClassDriver/AudioOutput/Doxygen.conf
Demos/Device/ClassDriver/DualVirtualSerial/Doxygen.conf
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
Demos/Device/ClassDriver/Joystick/Doxygen.conf
Demos/Device/ClassDriver/Keyboard/Doxygen.conf
Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf
Demos/Device/ClassDriver/MIDI/Doxygen.conf
Demos/Device/ClassDriver/MassStorage/Doxygen.conf
Demos/Device/ClassDriver/MassStorageKeyboard/Doxygen.conf
Demos/Device/ClassDriver/Mouse/Doxygen.conf
Demos/Device/ClassDriver/RNDISEthernet/Doxygen.conf
Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
Demos/Device/ClassDriver/VirtualSerialMouse/Doxygen.conf
Demos/Device/LowLevel/AudioInput/Doxygen.conf
Demos/Device/LowLevel/AudioOutput/Doxygen.conf
Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
Demos/Device/LowLevel/GenericHID/Doxygen.conf
Demos/Device/LowLevel/Joystick/Doxygen.conf
Demos/Device/LowLevel/Keyboard/Doxygen.conf
Demos/Device/LowLevel/KeyboardMouse/Doxygen.conf
Demos/Device/LowLevel/MIDI/Doxygen.conf
Demos/Device/LowLevel/MassStorage/Doxygen.conf
Demos/Device/LowLevel/Mouse/Doxygen.conf
Demos/Device/LowLevel/RNDISEthernet/Doxygen.conf
Demos/Device/LowLevel/VirtualSerial/Doxygen.conf
Demos/DualRole/ClassDriver/MouseHostDevice/Doxygen.conf
Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/MIDIHost/Doxygen.conf
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf
Demos/Host/ClassDriver/MouseHost/Doxygen.conf
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/PrinterHost/Doxygen.conf
Demos/Host/ClassDriver/RNDISEthernetHost/Doxygen.conf
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf
Demos/Host/ClassDriver/VirtualSerialHost/Doxygen.conf
Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
Demos/Host/LowLevel/JoystickHostWithParser/Doxygen.conf
Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
Demos/Host/LowLevel/MIDIHost/Doxygen.conf
Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
Demos/Host/LowLevel/MouseHost/Doxygen.conf
Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
Demos/Host/LowLevel/PrinterHost/Doxygen.conf
Demos/Host/LowLevel/RNDISEthernetHost/Doxygen.conf
Demos/Host/LowLevel/StillImageHost/Doxygen.conf
Demos/Host/LowLevel/VirtualSerialHost/Doxygen.conf
Projects/AVRISP-MKII/Doxygen.conf
Projects/Benito/Doxygen.conf
Projects/LEDNotifier/Doxygen.conf
Projects/Magstripe/Doxygen.conf
Projects/MissileLauncher/Doxygen.conf
Projects/TemperatureDataLogger/Doxygen.conf
Projects/USBtoSerial/Doxygen.conf
Projects/Webserver/Doxygen.conf
Projects/XPLAINBridge/Doxygen.conf

index 93ab17f..1e4cc83 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
index bf23eeb..de1d4e0 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
index 3fff405..a551c26 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
index bf414cb..374aac9 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
index 646b30e..632a749 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
index efc263a..906862b 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
index da9c18c..dc1902e 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
index 13d2d18..47c6bcd 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
index 8c1da2c..90fe9c9 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
index c4ed1a1..4f7695e 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
index 3fff405..a551c26 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
index 7c21f7a..bd89e3c 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
index 1d4fbcc..ad37820 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
index bcb6bd0..d90b430 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
index f7c6eb6..f3e37be 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
index 5ef46c6..0852113 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
index 563fd10..6bed996 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
index bf414cb..374aac9 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
index 646b30e..632a749 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
index efc263a..906862b 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
index da9c18c..dc1902e 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
index 13d2d18..47c6bcd 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
index 8c1da2c..90fe9c9 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
index c4ed1a1..4f7695e 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
index 3fff405..a551c26 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
index 7c21f7a..bd89e3c 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
index bcb6bd0..d90b430 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
index f7c6eb6..f3e37be 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
index 5ef46c6..0852113 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
index 5f2e3aa..b2849ef 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
index 272f72e..259f2ce 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
index 7d4fc83..07f6920 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
index a6a1022..4677121 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
index 27a6cb4..223f2e1 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
index d2eb16e..177859c 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
index bcf811f..d176939 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
index 1462be7..95c37f3 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
index 448073a..f5477f9 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
index 43d318e..03c736a 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
index eb97b5a..c64294f 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
index c79fa64..b2d51b4 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
index 83156c3..1d3ae1e 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
index 4273980..06e1087 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
index 7d4fc83..07f6920 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
index 8a2e318..398e0ff 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
index 27a6cb4..223f2e1 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
index d2eb16e..177859c 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
index bcf811f..d176939 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
index c5678fc..be3744a 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
index 448073a..f5477f9 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
index 2d0ffaa..49274d8 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
index eb97b5a..c64294f 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
index c79fa64..b2d51b4 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
index 04d11e2..643c799 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
index a9ba056..ef177e5 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
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
index 75ea533..569be0b 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
index 896011b..e601541 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
index 3227838..1430ad5 100644 (file)
@@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories\r
 # for example use the pattern */test/*\r
 \r
-EXCLUDE_PATTERNS       = */LowLevel/USBMode.h\r
+EXCLUDE_PATTERNS       = \r
 \r
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names\r
 # (namespaces, classes, functions, etc.) that should be excluded from the\r
@@ -637,7 +637,8 @@ EXCLUDE_PATTERNS       = */LowLevel/USBMode.h
 # 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
index b32d820..697bf8a 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
index 7117920..dd0be3e 100644 (file)
@@ -637,7 +637,8 @@ EXCLUDE_PATTERNS       = */uip/* */FATFs/*
 # 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
index c84f383..95095df 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