doc/Doxyfile
changeset 456 02c28d3cf97b
parent 434 1ce1b4cd8dd5
child 462 0ab31578af67
     1.1 --- a/doc/Doxyfile	Wed Apr 28 09:59:23 2004 +0000
     1.2 +++ b/doc/Doxyfile	Wed Apr 28 12:22:34 2004 +0000
     1.3 @@ -133,7 +133,7 @@
     1.4  # If set to NO, the detailed description appears after the member 
     1.5  # documentation.
     1.6  
     1.7 -DETAILS_AT_TOP         = NO
     1.8 +DETAILS_AT_TOP         = YES
     1.9  
    1.10  # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
    1.11  # member inherits the documentation from any documented member that it 
    1.12 @@ -167,7 +167,7 @@
    1.13  # For instance, some of the names that are used will be different. The list 
    1.14  # of all members will be omitted, etc.
    1.15  
    1.16 -OPTIMIZE_OUTPUT_FOR_C  = YES
    1.17 +OPTIMIZE_OUTPUT_FOR_C  = NO
    1.18  
    1.19  # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 
    1.20  # only. Doxygen will then generate output that is more tailored for Java.