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/generator.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/generator.h')
-rw-r--r-- | tools/qdoc3/generator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qdoc3/generator.h b/tools/qdoc3/generator.h index 30d9af4..326a247 100644 --- a/tools/qdoc3/generator.h +++ b/tools/qdoc3/generator.h @@ -191,6 +191,10 @@ class Generator static QStringList imageDirs; static QStringList exampleDirs; static QStringList exampleImgExts; + static QStringList scriptFiles; + static QStringList scriptDirs; + static QStringList styleFiles; + static QStringList styleDirs; static QString outDir; static QString project; }; |