components/tidy/patches/doxygen.cfg.patch
changeset 997 15b3b55c6b28
parent 281 d8461ade59a0
equal deleted inserted replaced
996:0698123e4e6b 997:15b3b55c6b28
    16 -RECURSIVE              = NO
    16 -RECURSIVE              = NO
    17 +RECURSIVE              = YES 
    17 +RECURSIVE              = YES 
    18  
    18  
    19  # The EXCLUDE tag can be used to specify files and/or directories that should 
    19  # The EXCLUDE tag can be used to specify files and/or directories that should 
    20  # excluded from the INPUT source files. This way you can easily exclude a 
    20  # excluded from the INPUT source files. This way you can easily exclude a 
       
    21 @@ -1242,6 +1242,13 @@
       
    22 
       
    23  DOT_CLEANUP            = YES
       
    24 
       
    25 +# If the HTML_TIMESTAMP tag is set to YES then the footer of
       
    26 +# each generated HTML page will contain the date and time when the page
       
    27 +# was generated. Setting this to NO can help when comparing the output of
       
    28 +# multiple runs.
       
    29 +
       
    30 +HTML_TIMESTAMP         = NO
       
    31 +
       
    32  #---------------------------------------------------------------------------
       
    33  # Configuration::additions related to the search engine
       
    34  #---------------------------------------------------------------------------