7069199 doxygen generated docs in Userland contains time stamps s11-update
authorRich Burridge <rich.burridge@oracle.com>
Mon, 22 Oct 2012 12:14:39 -0700
branchs11-update
changeset 2397 9228f32a3ac7
parent 2396 4b3ec72d4fcc
child 2398 54c1297f2b4b
7069199 doxygen generated docs in Userland contains time stamps
components/apr-util/patches/doxygen.conf.patch
components/apr/patches/doxygen.conf.patch
components/net-snmp/patches/028.7069199.doxygen.conf.patch
components/tidy/patches/doxygen.cfg.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/apr-util/patches/doxygen.conf.patch	Mon Oct 22 12:14:39 2012 -0700
@@ -0,0 +1,15 @@
+--- docs/doxygen.conf.orig	2012-09-27 11:23:52.090572633 -0700
++++ docs/doxygen.conf	2012-09-27 11:25:45.779458708 -0700
+@@ -24,6 +24,12 @@
+ 
+ OPTIMIZE_OUTPUT_FOR_C=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
++
+ FULL_PATH_NAMES=YES
+ CASE_SENSE_NAMES=NO
+ # some autoconf guru needs to make configure set this correctly...
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/apr/patches/doxygen.conf.patch	Mon Oct 22 12:14:39 2012 -0700
@@ -0,0 +1,15 @@
+--- docs/doxygen.conf.orig	2012-09-27 11:17:05.750415300 -0700
++++ docs/doxygen.conf	2012-09-27 11:20:50.658117244 -0700
+@@ -24,6 +24,12 @@
+ OPTIMIZE_OUTPUT_FOR_C=YES
+ STRIP_CODE_COMMENTS=NO
+ 
++# 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
++
+ FULL_PATH_NAMES=NO
+ CASE_SENSE_NAMES=NO
+ # some autoconf guru needs to make configure set this correctly...
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/net-snmp/patches/028.7069199.doxygen.conf.patch	Mon Oct 22 12:14:39 2012 -0700
@@ -0,0 +1,15 @@
+--- net-snmp-5.4.1/doxygen.conf.orig	2012-09-27 11:27:49.421496871 -0700
++++ net-snmp-5.4.1/doxygen.conf	2012-09-27 11:29:25.510013537 -0700
+@@ -422,6 +422,12 @@
+ 
+ HTML_STYLESHEET        = 
+ 
++# 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
++
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+ # files or namespaces will be aligned in HTML using tables. If set to 
+ # NO a bullet list will be used.
--- a/components/tidy/patches/doxygen.cfg.patch	Mon Oct 22 11:22:59 2012 -0700
+++ b/components/tidy/patches/doxygen.cfg.patch	Mon Oct 22 12:14:39 2012 -0700
@@ -18,3 +18,17 @@
  
  # 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
+ #---------------------------------------------------------------------------