components/tidy/patches/doxygen.cfg.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 02 Dec 2015 04:42:16 -0800
changeset 5149 651acf52b7a3
parent 997 15b3b55c6b28
permissions -rw-r--r--
22299631 Upgrade Apache Tomcat to version 8.0.29

--- tidy-1.0.0/htmldoc/doxygen.cfg.~1~	2007-01-08 09:04:17.000000000 -0800
+++ tidy-1.0.0/htmldoc/doxygen.cfg	2011-05-26 01:46:22.135948856 -0700
@@ -459,7 +459,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = include
+INPUT                  = 
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -474,7 +474,7 @@
 # should be searched for input files as well. Possible values are YES and NO. 
 # If left blank NO is used.
 
-RECURSIVE              = NO
+RECURSIVE              = YES 
 
 # The EXCLUDE tag can be used to specify files and/or directories that should 
 # excluded from the INPUT source files. This way you can easily exclude a 
@@ -1242,6 +1242,13 @@

 DOT_CLEANUP            = YES

+# If the HTML_TIMESTAMP tag is set to YES then the footer of
+# each generated HTML page will contain the date and time when the page
+# was generated. Setting this to NO can help when comparing the output of
+# multiple runs.
+
+HTML_TIMESTAMP         = NO
+
 #---------------------------------------------------------------------------
 # Configuration::additions related to the search engine
 #---------------------------------------------------------------------------