summaryrefslogtreecommitdiff
path: root/doc/qtcreator.qdocconf
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-28 19:10:57 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-31 15:20:16 +0200
commit7503d1bcf6c7186572b23dfb1ac98218de066080 (patch)
tree039d40c71961a6c9a897766b6d079fd799163cd5 /doc/qtcreator.qdocconf
parent57bebee6402ad7b9b434df6b9fca04ffd2780e78 (diff)
downloadqt-creator-7503d1bcf6c7186572b23dfb1ac98218de066080.tar.gz
Silence doc warnings, apply new Qt docs layout, add CVS to RCSes.
Diffstat (limited to 'doc/qtcreator.qdocconf')
-rw-r--r--doc/qtcreator.qdocconf28
1 files changed, 18 insertions, 10 deletions
diff --git a/doc/qtcreator.qdocconf b/doc/qtcreator.qdocconf
index 0a09b28662..38cc2c08b9 100644
--- a/doc/qtcreator.qdocconf
+++ b/doc/qtcreator.qdocconf
@@ -9,6 +9,7 @@ sourcedirs = $SRCDIR
imagedirs = $SRCDIR/images
outputdir = $OUTDIR
exampledirs = $SRCDIR
+indexes = qt.index
extraimages.HTML = qt-logo \
trolltech-logo
@@ -85,7 +86,6 @@ macro.i81 = "\\o{8,1}"
macro.i91 = "\\o{9,1}"
macro.img = "\\image"
macro.endquote = "\\endquotation"
-
spurious = "Missing comma in .*" \
"Missing pattern .*"
@@ -189,18 +189,26 @@ HTML.stylesheets = classic.css
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
"<tr>\n" \
"<td align=\"left\" valign=\"top\" width=\"32\">" \
- "<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \
+ "<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \
"</td>\n" \
"<td width=\"1\">&nbsp;&nbsp;</td>" \
"<td class=\"postheader\" valign=\"center\">" \
- "<a href=\"qtcreator-manual.html\">" \
- "<font color=\"#004faf\">Home</font></a>" \
- "</td>\n" \
- "<td align=\"right\" valign=\"top\" width=\"230\"></td></tr></table><br>"
+ "<a href=\"index.html\">" \
+ "<font color=\"#004faf\">Home</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-code-editor.html\">" \
+ "<font color=\"#004faf\">Editor</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-navigation.html\">" \
+ "<font color=\"#004faf\">Code Navigation</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-keyboard-shortcuts.html\">" \
+ "<font color=\"#004faf\">Shortcuts</font></a>&nbsp;&middot; " \
+ "<a href=\"http://qt.gitorious.org/qt-creator/pages/Home\">" \
+ "<font color=\"#004faf\">Wiki</font></a>" \
+ "</td>" \
+ "</tr></table>"
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
- "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
- "<td width=\"30%\" align=\"left\">Copyright &copy; 2009 Nokia</td>\n" \
- "<td width=\"40%\" align=\"center\">&nbsp;</td>\n" \
- "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.80</div></td>\n" \
+ "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
+ "<td width=\"40%\" align=\"left\">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
+ "<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
+ "<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.80</div></td>\n" \
"</tr></table></div></address>"