components/apr/patches/doxygen.conf.patch
changeset 997 15b3b55c6b28
equal deleted inserted replaced
996:0698123e4e6b 997:15b3b55c6b28
       
     1 --- docs/doxygen.conf.orig	2012-09-27 11:17:05.750415300 -0700
       
     2 +++ docs/doxygen.conf	2012-09-27 11:20:50.658117244 -0700
       
     3 @@ -24,6 +24,12 @@
       
     4  OPTIMIZE_OUTPUT_FOR_C=YES
       
     5  STRIP_CODE_COMMENTS=NO
       
     6  
       
     7 +# If the HTML_TIMESTAMP tag is set to YES then the footer of
       
     8 +# each generated HTML page will contain the date and time when the page
       
     9 +# was generated. Setting this to NO can help when comparing the output of
       
    10 +# multiple runs.
       
    11 +HTML_TIMESTAMP=NO
       
    12 +
       
    13  FULL_PATH_NAMES=NO
       
    14  CASE_SENSE_NAMES=NO
       
    15  # some autoconf guru needs to make configure set this correctly...