SHA256
8
0
forked from pool/doxygen

Accepting request 50219 from devel:tools

checked in (request 50219)

OBS-URL: https://build.opensuse.org/request/show/50219
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=23
This commit is contained in:
OBS User autobuild
2010-10-11 14:47:07 +00:00
committed by Git OBS Bridge
parent f15ea0efdd
commit 67b6ae62ba
11 changed files with 23 additions and 71 deletions

View File

@@ -1,8 +1,8 @@
Index: src/config.xml
===================================================================
--- src/config.xml.orig
+++ src/config.xml
@@ -762,6 +762,11 @@ The HTML_FOOTER tag can be used to speci
--- src/config.xml.orig 2010-06-20 11:49:46.000000000 +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
each generated HTML page. If it is left blank doxygen will generate a
standard footer.
' defval='' depends='GENERATE_HTML'/>
@@ -16,16 +16,16 @@ Index: src/config.xml
style sheet that is used by each HTML page. It can be used to
Index: src/htmlgen.cpp
===================================================================
--- src/htmlgen.cpp.orig
+++ src/htmlgen.cpp
@@ -969,10 +969,16 @@ void HtmlGenerator::writeFooterFile(QFil
--- src/htmlgen.cpp.orig 2010-06-23 13:42:37.000000000 +0200
+++ src/htmlgen.cpp 2010-08-29 22:56:28.573365000 +0200
@@ -951,10 +951,16 @@ void HtmlGenerator::writeFooterFile(QFil
{
FTextStream t(&file);
t << "<hr class=\"footer\"/><address class=\"footer\"><small>\n";
+ if (Config_getBool("HTML_FOOTER_DESCRIPTION")) {
t << theTranslator->trGeneratedAt( "$datetime", "$projectname" );
- t << "&#160;<a href=\"http://www.doxygen.org/index.html\">"
+ t << "&#160;";
- t << "&nbsp;<a href=\"http://www.doxygen.org/index.html\">"
+ t << "&nbsp;";
+ }
+ t << "<a href=\"http://www.doxygen.org/index.html\">"
<< "<img class=\"footer\" src=\"$relpath$doxygen.png\" alt=\"doxygen\"/>"
@@ -39,9 +39,9 @@ Index: src/htmlgen.cpp
<< "</html>\n";
Index: src/configoptions.cpp
===================================================================
--- src/configoptions.cpp.orig
+++ src/configoptions.cpp
@@ -1096,6 +1096,15 @@ void addConfigOptions(Config *cfg)
--- src/configoptions.cpp.orig 2010-06-20 11:49:52.000000000 +0200
+++ src/configoptions.cpp 2010-08-29 22:59:38.992606000 +0200
@@ -1095,6 +1095,15 @@ void addConfigOptions(Config *cfg)
cs->setWidgetType(ConfigString::File);
cs->addDependency("GENERATE_HTML");
//----
@@ -57,7 +57,7 @@ Index: src/configoptions.cpp
cs = cfg->addString(
"HTML_STYLESHEET",
"The HTML_STYLESHEET tag can be used to specify a user-defined cascading\n"
@@ -1146,7 +1155,7 @@ void addConfigOptions(Config *cfg)
@@ -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.",