diff options
author | Martin Smith <msmith@trolltech.com> | 2010-04-19 09:47:36 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-04-19 09:47:36 (GMT) |
commit | 22c44d7da7682fb2500c9b11c884e50ed4dcd042 (patch) | |
tree | 4087bcd4d90948427356e7204d17b28e8b767f62 /tools/qdoc3/test | |
parent | 0a509ce8633c49e19f52c08b74c9b54d0227f033 (diff) | |
download | Qt-22c44d7da7682fb2500c9b11c884e50ed4dcd042.zip Qt-22c44d7da7682fb2500c9b11c884e50ed4dcd042.tar.gz Qt-22c44d7da7682fb2500c9b11c884e50ed4dcd042.tar.bz2 |
qdoc: Added online flag to the qdocconf file.
To generate the offline docs, do nothing.
To generate the online docs, add this to
your qdocconf file:
"online = true"
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt.qdocconf b/tools/qdoc3/test/qt.qdocconf index cc3e436..ef6fe97 100644 --- a/tools/qdoc3/test/qt.qdocconf +++ b/tools/qdoc3/test/qt.qdocconf @@ -9,6 +9,7 @@ versionsym = version = %VERSION% description = Qt Reference Documentation url = http://qt.nokia.com/doc/4.7 +online = true sourceencoding = UTF-8 outputencoding = UTF-8 |