# The PROJECT_NAME tag is a single word (or a sequence of words surrounded\r
# by quotes) that should identify the project.\r
\r
-PROJECT_NAME = "LUFA Library - XPLAIN Serial Bridge Device Demo"\r
+PROJECT_NAME = "LUFA Library - XPLAIN Serial Bridge/PDI Programmer Device Demo"\r
\r
# The PROJECT_NUMBER tag can be used to enter a project or revision number.\r
# This could be handy for archiving the generated documentation or\r
# 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
# 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