forked from pool/doxygen
Accepting request 44348 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/doxygen via accept of submit request 44348 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/44348 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=18
This commit is contained in:
parent
c7395db6bb
commit
b0bec816d8
@ -1,6 +1,8 @@
|
||||
--- src/config.xml.orig 2010-06-15 15:12:20.000000000 +0200
|
||||
+++ src/config.xml 2010-06-15 15:13:33.000000000 +0200
|
||||
@@ -761,6 +761,11 @@
|
||||
Index: src/config.xml
|
||||
===================================================================
|
||||
--- src/config.xml.orig 2010-06-20 11:49:46.000000000 +0200
|
||||
+++ src/config.xml 2010-08-02 11:01:30.933279072 +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'/>
|
||||
@ -12,11 +14,13 @@
|
||||
<option type='string' id='HTML_STYLESHEET' format='file' docs='
|
||||
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
|
||||
--- src/htmlgen.cpp.orig 2010-06-15 15:14:40.000000000 +0200
|
||||
+++ src/htmlgen.cpp 2010-06-15 15:16:10.000000000 +0200
|
||||
@@ -952,10 +952,16 @@
|
||||
QTextStream t(&file);
|
||||
t.setEncoding(QTextStream::UnicodeUTF8);
|
||||
Index: src/htmlgen.cpp
|
||||
===================================================================
|
||||
--- src/htmlgen.cpp.orig 2010-06-23 13:42:37.000000000 +0200
|
||||
+++ src/htmlgen.cpp 2010-08-02 11:01:30.934278602 +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" );
|
||||
@ -33,9 +37,11 @@
|
||||
t << "</small></address>\n"
|
||||
<< "</body>\n"
|
||||
<< "</html>\n";
|
||||
--- src/configoptions.cpp.orig 2010-06-15 15:13:45.000000000 +0200
|
||||
+++ src/configoptions.cpp 2010-06-15 15:14:28.000000000 +0200
|
||||
@@ -1095,6 +1095,15 @@
|
||||
Index: src/configoptions.cpp
|
||||
===================================================================
|
||||
--- src/configoptions.cpp.orig 2010-06-20 11:49:52.000000000 +0200
|
||||
+++ src/configoptions.cpp 2010-08-02 11:01:30.936278609 +0200
|
||||
@@ -1095,6 +1095,15 @@ void addConfigOptions(Config *cfg)
|
||||
cs->setWidgetType(ConfigString::File);
|
||||
cs->addDependency("GENERATE_HTML");
|
||||
//----
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 09:08:44 UTC 2010 - coolo@novell.com
|
||||
|
||||
- unfuzzy patches to build on >= 11.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 25 18:50:45 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user