forked from pool/doxygen
Accepting request 46588 from home:elvigia:branches:devel:tools
Copy from home:elvigia:branches:devel:tools/doxygen via accept of submit request 46588 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/46588 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=20
This commit is contained in:
parent
07690b3ed3
commit
f302010c0e
@ -1,7 +1,7 @@
|
|||||||
Index: src/config.xml
|
Index: src/config.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/config.xml.orig 2010-06-20 11:49:46.000000000 +0200
|
--- src/config.xml.orig 2010-06-20 11:49:46.000000000 +0200
|
||||||
+++ src/config.xml 2010-08-02 11:01:30.933279072 +0200
|
+++ src/config.xml 2010-08-29 22:56:28.559367000 +0200
|
||||||
@@ -761,6 +761,11 @@ The HTML_FOOTER tag can be used to speci
|
@@ -761,6 +761,11 @@ The HTML_FOOTER tag can be used to speci
|
||||||
each generated HTML page. If it is left blank doxygen will generate a
|
each generated HTML page. If it is left blank doxygen will generate a
|
||||||
standard footer.
|
standard footer.
|
||||||
@ -17,7 +17,7 @@ Index: src/config.xml
|
|||||||
Index: src/htmlgen.cpp
|
Index: src/htmlgen.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/htmlgen.cpp.orig 2010-06-23 13:42:37.000000000 +0200
|
--- src/htmlgen.cpp.orig 2010-06-23 13:42:37.000000000 +0200
|
||||||
+++ src/htmlgen.cpp 2010-08-02 11:01:30.934278602 +0200
|
+++ src/htmlgen.cpp 2010-08-29 22:56:28.573365000 +0200
|
||||||
@@ -951,10 +951,16 @@ void HtmlGenerator::writeFooterFile(QFil
|
@@ -951,10 +951,16 @@ void HtmlGenerator::writeFooterFile(QFil
|
||||||
{
|
{
|
||||||
FTextStream t(&file);
|
FTextStream t(&file);
|
||||||
@ -40,7 +40,7 @@ Index: src/htmlgen.cpp
|
|||||||
Index: src/configoptions.cpp
|
Index: src/configoptions.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/configoptions.cpp.orig 2010-06-20 11:49:52.000000000 +0200
|
--- src/configoptions.cpp.orig 2010-06-20 11:49:52.000000000 +0200
|
||||||
+++ src/configoptions.cpp 2010-08-02 11:01:30.936278609 +0200
|
+++ src/configoptions.cpp 2010-08-29 22:59:38.992606000 +0200
|
||||||
@@ -1095,6 +1095,15 @@ void addConfigOptions(Config *cfg)
|
@@ -1095,6 +1095,15 @@ void addConfigOptions(Config *cfg)
|
||||||
cs->setWidgetType(ConfigString::File);
|
cs->setWidgetType(ConfigString::File);
|
||||||
cs->addDependency("GENERATE_HTML");
|
cs->addDependency("GENERATE_HTML");
|
||||||
@ -57,3 +57,12 @@ Index: src/configoptions.cpp
|
|||||||
cs = cfg->addString(
|
cs = cfg->addString(
|
||||||
"HTML_STYLESHEET",
|
"HTML_STYLESHEET",
|
||||||
"The HTML_STYLESHEET tag can be used to specify a user-defined cascading\n"
|
"The HTML_STYLESHEET tag can be used to specify a user-defined cascading\n"
|
||||||
|
@@ -1145,7 +1154,7 @@ 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\n"
|
||||||
|
"this to NO can help when comparing the output of multiple runs.",
|
||||||
|
- TRUE
|
||||||
|
+ FALSE
|
||||||
|
);
|
||||||
|
cb->addDependency("GENERATE_HTML");
|
||||||
|
//----
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 29 21:00:54 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- set HTML_TIMESTAMP default to off, so all packages that
|
||||||
|
generate documentation during build dont get republished
|
||||||
|
just due to a timestamp change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 2 09:08:44 UTC 2010 - coolo@novell.com
|
Mon Aug 2 09:08:44 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user