diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-02 10:20:13 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-02 10:20:13 (GMT) |
commit | b588cfe80741ec500fc0a52586145e5849ca5968 (patch) | |
tree | e7e0199d17abc768433084e86501e846d3255efb /tools/qdoc3/test/qt.qdocconf | |
parent | eb674c0ba34dfb9434c96d4e1376c02287fb367b (diff) | |
download | Qt-b588cfe80741ec500fc0a52586145e5849ca5968.zip Qt-b588cfe80741ec500fc0a52586145e5849ca5968.tar.gz Qt-b588cfe80741ec500fc0a52586145e5849ca5968.tar.bz2 |
qdoc: Removed exclusion of declarative directories in qt-api-only.qdocconf
Diffstat (limited to 'tools/qdoc3/test/qt.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt.qdocconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/test/qt.qdocconf b/tools/qdoc3/test/qt.qdocconf index 08492e3..a5e6578 100644 --- a/tools/qdoc3/test/qt.qdocconf +++ b/tools/qdoc3/test/qt.qdocconf @@ -9,9 +9,9 @@ versionsym = version = %VERSION% description = Qt Reference Documentation url = http://qt.nokia.com/doc/4.7 -online = false +online = true offline = false -creator = true +creator = false sourceencoding = UTF-8 outputencoding = UTF-8 |