components/tidy/patches/doxygen.cfg.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 01 Oct 2012 13:20:57 -0700
changeset 997 15b3b55c6b28
parent 281 d8461ade59a0
permissions -rw-r--r--
7069199 doxygen generated docs in Userland contains time stamps

--- 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
 #---------------------------------------------------------------------------