Changed SHORT_NAMES = NO to SHORT_NAMES = YES to avoid crappy Windows problems

This commit is contained in:
Robert Osfield 2007-05-29 07:25:13 +00:00
parent 2528eabd0e
commit fb3ea80793
4 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ CASE_SENSE_NAMES = YES
# (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 = NO
SHORT_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the

View File

@ -146,7 +146,7 @@ CASE_SENSE_NAMES = YES
# (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 = NO
SHORT_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the

View File

@ -110,7 +110,7 @@ STRIP_FROM_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 = NO
SHORT_NAMES = YES
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style

View File

@ -110,7 +110,7 @@ STRIP_FROM_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 = NO
SHORT_NAMES = YES
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style