summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/qt.qdocconf
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2010-07-26 16:44:10 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2010-07-26 16:44:10 (GMT)
commit64087b078f3767a2190f2b4a0d4aca2a6165ebda (patch)
treed72bb90cd7e7eab227520de1be47c46eaf91f6c7 /tools/qdoc3/test/qt.qdocconf
parent48656520b76abe76c114fce4b466360e7e2f628f (diff)
downloadQt-64087b078f3767a2190f2b4a0d4aca2a6165ebda.zip
Qt-64087b078f3767a2190f2b4a0d4aca2a6165ebda.tar.gz
Qt-64087b078f3767a2190f2b4a0d4aca2a6165ebda.tar.bz2
Fixed the following sub-tasks for QTBUG-12192
* Qt Simulator link missing * Integration and add-ins (on the front page, link leads to an alternative start page) * Qt Creator (on the front page link leads to Manual version 1.3) * Getting Started (on the front page) link broken * More... (in Global Declarations) link broken Additionally: There was an issue with the documentation used within Assistant/Creator that appears to have no bug report filed. An alternate "offline" form of the documentation (inspired by the newly redesigned online version) was being installed, but had significant issues within Assistant and Creator. It appears that within qdoc3 some changes had been made towards using this newer documentation format, but those changes were not working properly. I fixed qdoc3 so that the original offline documentation design is the default, but there is room to use the configuration files to call the any of the three documentation designs (new online, new offline, and old offline).
Diffstat (limited to 'tools/qdoc3/test/qt.qdocconf')
-rw-r--r--tools/qdoc3/test/qt.qdocconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt.qdocconf b/tools/qdoc3/test/qt.qdocconf
index e4ed1bc..08492e3 100644
--- a/tools/qdoc3/test/qt.qdocconf
+++ b/tools/qdoc3/test/qt.qdocconf
@@ -9,7 +9,9 @@ versionsym =
version = %VERSION%
description = Qt Reference Documentation
url = http://qt.nokia.com/doc/4.7
-online = true
+online = false
+offline = false
+creator = true
sourceencoding = UTF-8
outputencoding = UTF-8