comparison Doxyfile @ 50:fb3818370dd6 stable-0-6-4

more fixes for 64 bit format
author carl
date Sat, 19 Jan 2008 16:30:16 -0800
parents b2f247463b83
children 7133b39975f7
comparison
equal deleted inserted replaced
49:17654fbdf76b 50:fb3818370dd6
184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
185 # only. Doxygen will then generate output that is more tailored for C. 185 # only. Doxygen will then generate output that is more tailored for C.
186 # For instance, some of the names that are used will be different. The list 186 # For instance, some of the names that are used will be different. The list
187 # of all members will be omitted, etc. 187 # of all members will be omitted, etc.
188 188
189 OPTIMIZE_OUTPUT_FOR_C = NO 189 OPTIMIZE_OUTPUT_FOR_C = YES
190 190
191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
192 # only. Doxygen will then generate output that is more tailored for Java. 192 # only. Doxygen will then generate output that is more tailored for Java.
193 # For instance, namespaces will be presented as packages, qualified scopes 193 # For instance, namespaces will be presented as packages, qualified scopes
194 # will look different, etc. 194 # will look different, etc.