summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-06-22 17:24:57 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-06-23 10:51:24 +0200
commit9426bbe0aeb892727e4d6e4f5103a99aa47512af (patch)
tree88e4086b24bc407ccd0e9f8793bd5c0dadf52f4d
parenta6c0ce3c65d2eee77eb3c3def9bad06dcf5065cc (diff)
downloadqt-creator-9426bbe0aeb892727e4d6e4f5103a99aa47512af.tar.gz
Doc: add version numbers to the doc titles
Change-Id: I2b71cba2ab19a15a834976e3ce953e992ca4b124 Reviewed-by: David Boddie Reviewed-on: http://codereview.qt.nokia.com/640 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
-rw-r--r--doc/config/qt-html-templates.qdocconf2
-rw-r--r--doc/config/qtcreator-project.qdocconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qt-html-templates.qdocconf b/doc/config/qt-html-templates.qdocconf
index a08fbbcdc2..dbf9b48b02 100644
--- a/doc/config/qt-html-templates.qdocconf
+++ b/doc/config/qt-html-templates.qdocconf
@@ -3,7 +3,7 @@ include(qt-html-default-styles.qdocconf)
HTML.postheader = \
"<div class=\"header\" id=\"qtdocheader\">\n" \
" <div class=\"content\"> \n" \
- " <a href=\"index.html\" class=\"qtref\"><span>Qt Creator Documentation</span></a>\n" \
+ " <a href=\"index.html\" class=\"qtref\"><span>Qt Creator Documentation $QTC_VERSION</span></a>\n" \
" </div>\n" \
" <div class=\"breadcrumb\">\n" \
" <ul>\n" \
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index 9e9d8c1824..eb2a062599 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -20,7 +20,7 @@ qhp.projects = QtCreator
qhp.QtCreator.file = qtcreator.qhp
qhp.QtCreator.namespace = com.nokia.qtcreator.$QTC_VERSION_TAG
qhp.QtCreator.virtualFolder = doc
-qhp.QtCreator.indexTitle = Qt Creator
+qhp.QtCreator.indexTitle = Qt Creator Manual $QTC_VERSION
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION