diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-09 10:18:18 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-09 10:18:18 (GMT) |
commit | e649d255bc3785c9af7c36e743ac204c8890137e (patch) | |
tree | f9aa3ef47489650e2b8d1d7ee7748698d123dfb6 /tools/qdoc3/config.h | |
parent | 49e66883ee4e104f9713d8e1e1b34215760a6174 (diff) | |
download | Qt-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.h | 1 |
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" |