235afa5
From 723ce0cd957d2b17618ca9698bcc66e61b9b6110 Mon Sep 17 00:00:00 2001
235afa5
From: Ondrej Kos <okos@redhat.com>
235afa5
Date: Fri, 12 Jul 2013 14:05:23 +0200
235afa5
Subject: [PATCH 1/2] DOXY: Don't generate timestamp
235afa5
235afa5
https://fedorahosted.org/sssd/ticket/2003
235afa5
---
235afa5
 basicobjects/basicobjects.cfg.doxy.in | 2 +-
235afa5
 collection/collection.cfg.doxy.in     | 2 +-
235afa5
 ini/ini_config.cfg.doxy.in            | 2 +-
235afa5
 path_utils/path_utils.cfg.doxy.in     | 2 +-
235afa5
 refarray/ref_array.cfg.doxy.in        | 2 +-
235afa5
 5 files changed, 5 insertions(+), 5 deletions(-)
235afa5
235afa5
diff --git a/basicobjects/basicobjects.cfg.doxy.in b/basicobjects/basicobjects.cfg.doxy.in
235afa5
index fed0cfbe1256c3ffcd9010d7de34babe3d266de4..f70e19c00a4e7c11c178b3c1281a00694158157a 100644
235afa5
--- a/basicobjects/basicobjects.cfg.doxy.in
235afa5
+++ b/basicobjects/basicobjects.cfg.doxy.in
235afa5
@@ -810,7 +810,7 @@ HTML_STYLESHEET        =
235afa5
 # page will contain the date and time when the page was generated. Setting
235afa5
 # this to NO can help when comparing the output of multiple runs.
235afa5
 
235afa5
-HTML_TIMESTAMP         = YES
235afa5
+HTML_TIMESTAMP         = NO
235afa5
 
235afa5
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
235afa5
 # files or namespaces will be aligned in HTML using tables. If set to
235afa5
diff --git a/collection/collection.cfg.doxy.in b/collection/collection.cfg.doxy.in
235afa5
index 77e42df81f4dd7159798816d75312f2993f5447a..ec134e88cb019543e461ff0131b6cd1b7eed6a87 100644
235afa5
--- a/collection/collection.cfg.doxy.in
235afa5
+++ b/collection/collection.cfg.doxy.in
235afa5
@@ -810,7 +810,7 @@ HTML_STYLESHEET        =
235afa5
 # page will contain the date and time when the page was generated. Setting
235afa5
 # this to NO can help when comparing the output of multiple runs.
235afa5
 
235afa5
-HTML_TIMESTAMP         = YES
235afa5
+HTML_TIMESTAMP         = NO
235afa5
 
235afa5
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
235afa5
 # files or namespaces will be aligned in HTML using tables. If set to
235afa5
diff --git a/ini/ini_config.cfg.doxy.in b/ini/ini_config.cfg.doxy.in
235afa5
index ee87fa77aa69b4df9e48aa92c75dbf07429e793b..f92dbdecdbbfab86f38eb419062110d737b1b538 100644
235afa5
--- a/ini/ini_config.cfg.doxy.in
235afa5
+++ b/ini/ini_config.cfg.doxy.in
235afa5
@@ -810,7 +810,7 @@ HTML_STYLESHEET        =
235afa5
 # page will contain the date and time when the page was generated. Setting
235afa5
 # this to NO can help when comparing the output of multiple runs.
235afa5
 
235afa5
-HTML_TIMESTAMP         = YES
235afa5
+HTML_TIMESTAMP         = NO
235afa5
 
235afa5
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
235afa5
 # files or namespaces will be aligned in HTML using tables. If set to
235afa5
diff --git a/path_utils/path_utils.cfg.doxy.in b/path_utils/path_utils.cfg.doxy.in
235afa5
index 306f8ec5eb247609606d9f49cbca8f3a376a3074..2b99a3f91f32ebaef0b8aaddf13a4b9822bcc862 100644
235afa5
--- a/path_utils/path_utils.cfg.doxy.in
235afa5
+++ b/path_utils/path_utils.cfg.doxy.in
235afa5
@@ -810,7 +810,7 @@ HTML_STYLESHEET        =
235afa5
 # page will contain the date and time when the page was generated. Setting
235afa5
 # this to NO can help when comparing the output of multiple runs.
235afa5
 
235afa5
-HTML_TIMESTAMP         = YES
235afa5
+HTML_TIMESTAMP         = NO
235afa5
 
235afa5
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
235afa5
 # files or namespaces will be aligned in HTML using tables. If set to
235afa5
diff --git a/refarray/ref_array.cfg.doxy.in b/refarray/ref_array.cfg.doxy.in
235afa5
index 37f3356819ce20be4b3c429e618c8eea0802a54c..120f1f19d9f7108a70a208b7be76427e037a2793 100644
235afa5
--- a/refarray/ref_array.cfg.doxy.in
235afa5
+++ b/refarray/ref_array.cfg.doxy.in
235afa5
@@ -810,7 +810,7 @@ HTML_STYLESHEET        =
235afa5
 # page will contain the date and time when the page was generated. Setting
235afa5
 # this to NO can help when comparing the output of multiple runs.
235afa5
 
235afa5
-HTML_TIMESTAMP         = YES
235afa5
+HTML_TIMESTAMP         = NO
235afa5
 
235afa5
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
235afa5
 # files or namespaces will be aligned in HTML using tables. If set to
235afa5
-- 
235afa5
1.8.1.4
235afa5