summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-05 09:51:23 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-05 09:51:23 (GMT)
commitd4dceca5dcd9252e09a421b65b318a7178049cd1 (patch)
treec267ad8f78c98bd24834d3cd7b2788f08d55add2 /tools/qdoc3/config.h
parent3d0b7905b18ada0e22e77b9c6670069dfd454adc (diff)
downloadQt-d4dceca5dcd9252e09a421b65b318a7178049cd1.zip
Qt-d4dceca5dcd9252e09a421b65b318a7178049cd1.tar.gz
Qt-d4dceca5dcd9252e09a421b65b318a7178049cd1.tar.bz2
qdoc: Cleaned up the application option specification and use.
The flags allowed on the command line are now: -online (default), -base, -assistant (same as -base), and -creator. If you don't specify one of these, you see a warning in the error output telling you that it didn't find an application flag and that it generated online docs by defualt.
Diffstat (limited to 'tools/qdoc3/config.h')
-rw-r--r--tools/qdoc3/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h
index 7665f1a..335a0d6 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -143,9 +143,7 @@ class Config
#define CONFIG_MACRO "macro"
#define CONFIG_NATURALLANGUAGE "naturallanguage"
#define CONFIG_OBSOLETELINKS "obsoletelinks"
-#define CONFIG_ONLINE "online"
-#define CONFIG_OFFLINE "offline"
-#define CONFIG_CREATOR "creator"
+#define CONFIG_APPLICATION "application"
#define CONFIG_OUTPUTDIR "outputdir"
#define CONFIG_OUTPUTENCODING "outputencoding"
#define CONFIG_OUTPUTLANGUAGE "outputlanguage"