diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 07:49:14 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 07:49:14 (GMT) |
commit | a53b98f9269e6ee0b524fe7477e8fb46f189f9d3 (patch) | |
tree | 45f3e545ca84e7601703535e4e58c530bf84dab3 /tools/qdoc3/config.h | |
parent | 6d872ce4f906e16d2da2c2511da5b6d065c3367f (diff) | |
download | Qt-a53b98f9269e6ee0b524fe7477e8fb46f189f9d3.zip Qt-a53b98f9269e6ee0b524fe7477e8fb46f189f9d3.tar.gz Qt-a53b98f9269e6ee0b524fe7477e8fb46f189f9d3.tar.bz2 |
Made changes to qdoc to allow it to accept a "style level" flag
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 b087b1c..7665f1a 100644 --- a/tools/qdoc3/config.h +++ b/tools/qdoc3/config.h @@ -119,6 +119,7 @@ class Config }; #define CONFIG_ALIAS "alias" +#define CONFIG_APPLICATION "application" #define CONFIG_BASE "base" // ### don't document for now #define CONFIG_CODEINDENT "codeindent" #define CONFIG_DEFINES "defines" |