From fb3ea8079388941287fcd5dbd56b53939721f8bd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 29 May 2007 07:25:13 +0000 Subject: [PATCH] Changed SHORT_NAMES = NO to SHORT_NAMES = YES to avoid crappy Windows problems --- doc/Doxyfiles/all_Doxyfile | 2 +- doc/Doxyfiles/auto_Doxyfile | 2 +- doc/Doxyfiles/auto_Mainpage | 2 +- doc/Doxyfiles/core_Doxyfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfiles/all_Doxyfile b/doc/Doxyfiles/all_Doxyfile index 026f5dc9a..711f083f9 100644 --- a/doc/Doxyfiles/all_Doxyfile +++ b/doc/Doxyfiles/all_Doxyfile @@ -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 diff --git a/doc/Doxyfiles/auto_Doxyfile b/doc/Doxyfiles/auto_Doxyfile index bb376fc2e..a89c0a1ab 100644 --- a/doc/Doxyfiles/auto_Doxyfile +++ b/doc/Doxyfiles/auto_Doxyfile @@ -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 diff --git a/doc/Doxyfiles/auto_Mainpage b/doc/Doxyfiles/auto_Mainpage index 202bd47f7..e84c2068a 100644 --- a/doc/Doxyfiles/auto_Mainpage +++ b/doc/Doxyfiles/auto_Mainpage @@ -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 diff --git a/doc/Doxyfiles/core_Doxyfile b/doc/Doxyfiles/core_Doxyfile index f4c2d7dd7..d8ae05136 100644 --- a/doc/Doxyfiles/core_Doxyfile +++ b/doc/Doxyfiles/core_Doxyfile @@ -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