SHA256
1
0
forked from pool/doxygen
doxygen/doxygen-1.7.0-modify_footer.patch
Petr Gajdos 7ff6ea6bd5 - 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
2014-05-13 08:17:26 +00:00

27 lines
867 B
Diff

Index: Doxyfile
===================================================================
--- 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.