X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/89e4d73289b6156aebf4e3e492033d6b017c7813..2b74b517ea48507a0ab3fee5628a363ab0dcd3fb:/LUFA/Doxygen.conf diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index c46aba6a1..387cd34db 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -139,7 +139,7 @@ STRIP_FROM_INC_PATH = # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. -SHORT_NAMES = YES +SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style @@ -636,8 +636,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = __* \ - INCLUDE_FROM_* +EXCLUDE_SYMBOLS = __* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see