summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/carbide-eclipse-integration.qdocconf
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-04-22 13:32:40 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-22 13:32:40 (GMT)
commit1187d1b2063b42378d9cd1a940bcd7eecb24fb69 (patch)
treecc637cd0087298f3be185b8b26b63a09885dc65a /tools/qdoc3/test/carbide-eclipse-integration.qdocconf
parentfa4049c9ba8446a582a9bd003d5cdf98ae0505eb (diff)
downloadQt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.zip
Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.gz
Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.bz2
Make all qdoc footers consistent with the main Qt docs.
Use the same copyright message in all doc footers. As a side-effect, this change also removes most of the remaining THISYEAR placeholders, and fixes some footers that try to use 110% of the page width. Reviewed-by: Thiago
Diffstat (limited to 'tools/qdoc3/test/carbide-eclipse-integration.qdocconf')
-rw-r--r--tools/qdoc3/test/carbide-eclipse-integration.qdocconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qdoc3/test/carbide-eclipse-integration.qdocconf b/tools/qdoc3/test/carbide-eclipse-integration.qdocconf
index 683048d..7fe489e 100644
--- a/tools/qdoc3/test/carbide-eclipse-integration.qdocconf
+++ b/tools/qdoc3/test/carbide-eclipse-integration.qdocconf
@@ -6,7 +6,7 @@ macro.TheEclipseIntegration = Carbide.c++
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
- "<td width=\"40%\" align="left">Copyright &copy; 2009 <a href=\"http://doc.trolltech.com/trolltech.html\">Nokia Corporation</a></td>\n" \
- "<td width=\"30%\" align=\"center\"><a href=\"http://doc.trolltech.com\">Trademarks</a></td>\n" \
- "<td width=\"40%\" align=\"right\"><div align=\"right\">Carbide.c++</div></td>\n" \
+ "<td width=\"30%\" align=\"left\">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
+ "<td width=\"40%\" align=\"center\"><a href=\"http://doc.trolltech.com\">Trademarks</a></td>\n" \
+ "<td width=\"30%\" align=\"right\"><div align=\"right\">Carbide.c++</div></td>\n" \
"</tr></table></div></address>"