summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.h
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-07-09 10:18:18 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-07-09 10:18:18 (GMT)
commite649d255bc3785c9af7c36e743ac204c8890137e (patch)
treef9aa3ef47489650e2b8d1d7ee7748698d123dfb6 /tools/qdoc3/config.h
parent49e66883ee4e104f9713d8e1e1b34215760a6174 (diff)
downloadQt-e649d255bc3785c9af7c36e743ac204c8890137e.zip
Qt-e649d255bc3785c9af7c36e743ac204c8890137e.tar.gz
Qt-e649d255bc3785c9af7c36e743ac204c8890137e.tar.bz2
Doc: Adding support for Qt Creator style
Adding a variable to the qdocconf file will now generate the docs in Creator format Reviewed-by: Martin Smith
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 c29becc..af58a3f 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -143,6 +143,7 @@ class Config
#define CONFIG_NATURALLANGUAGE "naturallanguage"
#define CONFIG_OBSOLETELINKS "obsoletelinks"
#define CONFIG_ONLINE "online"
+#define CONFIG_CREATOR "creator"
#define CONFIG_OUTPUTDIR "outputdir"
#define CONFIG_OUTPUTENCODING "outputencoding"
#define CONFIG_OUTPUTLANGUAGE "outputlanguage"