diff options
author | Martin Smith <msmith@trolltech.com> | 2010-04-09 13:14:56 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-04-09 13:14:56 (GMT) |
commit | 5e5836702662783a4fba5f95a487948e5c6d2a4e (patch) | |
tree | 54422405c91e5bce36d389960d159356e9072f75 /tools/qdoc3/config.h | |
parent | b35ca43b5a091420825254e547e63cc9aa73dded (diff) | |
download | Qt-5e5836702662783a4fba5f95a487948e5c6d2a4e.zip Qt-5e5836702662783a4fba5f95a487948e5c6d2a4e.tar.gz Qt-5e5836702662783a4fba5f95a487948e5c6d2a4e.tar.bz2 |
qdoc: Changed qdoc to output the new doc format.
Very cool.
Diffstat (limited to 'tools/qdoc3/config.h')
-rw-r--r-- | tools/qdoc3/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h index 6f23469..980d1fb 100644 --- a/tools/qdoc3/config.h +++ b/tools/qdoc3/config.h @@ -149,12 +149,16 @@ class Config #define CONFIG_PROJECT "project" #define CONFIG_QHP "qhp" #define CONFIG_QUOTINGINFORMATION "quotinginformation" +#define CONFIG_SCRIPTDIRS "scriptdirs" +#define CONFIG_SCRIPTS "scripts" #define CONFIG_SLOW "slow" #define CONFIG_SHOWINTERNAL "showinternal" #define CONFIG_SOURCEDIRS "sourcedirs" #define CONFIG_SOURCEENCODING "sourceencoding" #define CONFIG_SOURCES "sources" #define CONFIG_SPURIOUS "spurious" +#define CONFIG_STYLEDIRS "styledirs" +#define CONFIG_STYLES "styles" #define CONFIG_STYLESHEETS "stylesheets" #define CONFIG_TABSIZE "tabsize" #define CONFIG_TAGFILE "tagfile" |