components/tidy/patches/doxygen.cfg.patch
author Petr Nyc <Petr.Nyc@Oracle.COM>
Wed, 23 Jul 2014 12:19:26 -0700
branchs11u2-sru
changeset 3229 c20af9134426
parent 2397 9228f32a3ac7
permissions -rw-r--r--
ips-buildinfo.mk for S11.2SRU1.4

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