9a5b3b9bb8
- Do not include build dates in documentation, messes up build-compare OBS-URL: https://build.opensuse.org/request/show/71082 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpg?expand=0&rev=4
18 lines
636 B
Diff
18 lines
636 B
Diff
--- docs/doxygen/doxygen.cfg.orig
|
|
+++ docs/doxygen/doxygen.cfg
|
|
@@ -674,7 +674,7 @@ HTML_HEADER = header.html.in
|
|
# each generated HTML page. If it is left blank doxygen will generate a
|
|
# standard footer.
|
|
|
|
-HTML_FOOTER = footer.html.in
|
|
+#HTML_FOOTER = footer.html.in
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
|
# style sheet that is used by each HTML page. It can be used to
|
|
@@ -1256,3 +1256,5 @@ DOT_CLEANUP = YES
|
|
# used. If set to NO the values of all tags below this one will be ignored.
|
|
|
|
SEARCHENGINE = NO
|
|
+
|
|
+HTML_TIMESTAMP = NO
|