summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.h
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-04-19 09:47:36 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-04-19 09:47:36 (GMT)
commit22c44d7da7682fb2500c9b11c884e50ed4dcd042 (patch)
tree4087bcd4d90948427356e7204d17b28e8b767f62 /tools/qdoc3/config.h
parent0a509ce8633c49e19f52c08b74c9b54d0227f033 (diff)
downloadQt-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/config.h')
-rw-r--r--tools/qdoc3/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h
index 980d1fb..c29becc 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -142,6 +142,7 @@ class Config
#define CONFIG_MACRO "macro"
#define CONFIG_NATURALLANGUAGE "naturallanguage"
#define CONFIG_OBSOLETELINKS "obsoletelinks"
+#define CONFIG_ONLINE "online"
#define CONFIG_OUTPUTDIR "outputdir"
#define CONFIG_OUTPUTENCODING "outputencoding"
#define CONFIG_OUTPUTLANGUAGE "outputlanguage"