# (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