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/htmlgenerator.h | |
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/htmlgenerator.h')
-rw-r--r-- | tools/qdoc3/htmlgenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/htmlgenerator.h b/tools/qdoc3/htmlgenerator.h index 559c968..2a365e9 100644 --- a/tools/qdoc3/htmlgenerator.h +++ b/tools/qdoc3/htmlgenerator.h @@ -297,6 +297,7 @@ class HtmlGenerator : public PageGenerator bool inTableHeader; int numTableRows; bool threeColumnEnumValueTable; + bool offlineDocs; QString link; QStringList sectionNumber; QRegExp funcLeftParen; |