# (but less readable) file names. This can be useful is your file systems\r
# doesn't support long names like on DOS, Mac, or CD-ROM.\r
\r
-SHORT_NAMES = YES\r
+SHORT_NAMES = NO\r
\r
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen\r
# will interpret the first line (until the first dot) of a JavaDoc-style\r
# wildcard * is used, a substring. Examples: ANamespace, AClass,\r
# AClass::ANamespace, ANamespace::*Test\r
\r
-EXCLUDE_SYMBOLS = __* \\r
- INCLUDE_FROM_*\r
+EXCLUDE_SYMBOLS = __*\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
# can add a path in front of the file if the result should not be\r
# written to the html output directory.\r
\r
-CHM_FILE =\r
+CHM_FILE = ../LUFA.chm\r
\r
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can\r
# be used to specify the location (absolute path including file name) of\r
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run\r
# the HTML help compiler on the generated index.hhp.\r
\r
-HHC_LOCATION =\r
+HHC_LOCATION = \r
\r
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag\r
# controls if a separate .chi index file is generated (YES) or that\r