forked from pool/doxygen
- updated to 1.8.7:
* many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details - altered modify_footer.patch - updated to 1.8.7: * many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=75
This commit is contained in:
@@ -1,16 +1,26 @@
|
||||
Index: src/configoptions.cpp
|
||||
Index: Doxyfile
|
||||
===================================================================
|
||||
--- src/configoptions.cpp.orig
|
||||
+++ src/configoptions.cpp
|
||||
@@ -1497,9 +1497,9 @@ void addConfigOptions(Config *cfg)
|
||||
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
|
||||
"page will contain the date and time when the page was generated. Setting this\n"
|
||||
"to NO can help when comparing the output of multiple runs.\n"
|
||||
- "The default value is: YES.\n"
|
||||
+ "The default value is: NO.\n"
|
||||
"This tag requires that the tag GENERATE_HTML is set to YES.",
|
||||
- TRUE
|
||||
+ FALSE
|
||||
);
|
||||
cb->addDependency("GENERATE_HTML");
|
||||
//----
|
||||
--- Doxyfile.orig 2014-02-08 14:06:14.000000000 +0100
|
||||
+++ Doxyfile 2014-05-13 09:07:52.475141202 +0200
|
||||
@@ -148,7 +148,7 @@
|
||||
HTML_COLORSTYLE_HUE = 220
|
||||
HTML_COLORSTYLE_SAT = 100
|
||||
HTML_COLORSTYLE_GAMMA = 80
|
||||
-HTML_TIMESTAMP = YES
|
||||
+HTML_TIMESTAMP = NO
|
||||
HTML_DYNAMIC_SECTIONS = YES
|
||||
HTML_INDEX_NUM_ENTRIES = 100
|
||||
GENERATE_DOCSET = YES
|
||||
Index: doc/config.doc
|
||||
===================================================================
|
||||
--- doc/config.doc.orig 2014-04-13 10:34:33.000000000 +0200
|
||||
+++ doc/config.doc 2014-05-13 09:08:41.420140828 +0200
|
||||
@@ -2035,7 +2035,7 @@
|
||||
multiple runs.
|
||||
|
||||
|
||||
-The default value is: <code>YES</code>.
|
||||
+The default value is: <code>NO</code>.
|
||||
|
||||
|
||||
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
|
||||
|
Reference in New Issue
Block a user