diff --git a/doxygen-1.7.3-timestamp.patch b/doxygen-1.7.3-timestamp.patch deleted file mode 100644 index fc3f407..0000000 --- a/doxygen-1.7.3-timestamp.patch +++ /dev/null @@ -1,60 +0,0 @@ ---- doxygen-1.7.3.ORIG/src/configoptions.cpp 2011-01-14 22:32:45.571915149 +0100 -+++ doxygen-1.7.3.ORIG/src/configoptions.cpp 2011-01-14 22:36:27.083723068 +0100 -@@ -1128,6 +1128,14 @@ - cs->setWidgetType(ConfigString::File); - cs->addDependency("GENERATE_HTML"); - //---- -+ cb = cfg->addBool( -+ "HTML_TIMESTAMP", -+ "If the HTML_TIMESTAMP tag is set to YES then the generated HTML\n" -+ "documentation will contain the timesstamp.", -+ FALSE -+ ); -+ cb->addDependency("GENERATE_HTML"); -+ //---- - cs = cfg->addString( - "HTML_STYLESHEET", - "The HTML_STYLESHEET tag can be used to specify a user-defined cascading\n" ---- doxygen-1.7.3.ORIG/src/config.xml 2011-01-14 22:32:45.465909531 +0100 -+++ doxygen-1.7.3.ORIG/src/config.xml 2011-01-14 22:38:07.124095918 +0100 -@@ -789,6 +789,11 @@ - each generated HTML page. If it is left blank doxygen will generate a - standard footer. - ' defval='' depends='GENERATE_HTML'/> -+