diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-09 04:25:22 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-09 04:25:22 (GMT) |
commit | 04511e3dbbcdf40489852babbf4753e0f744c26f (patch) | |
tree | cff71281999fd7385a06fb941762e64171cc4bd9 /tools/qdoc3/doc.cpp | |
parent | f21c1f444de012c38207ed93db8c3470cf197631 (diff) | |
download | Qt-04511e3dbbcdf40489852babbf4753e0f744c26f.zip Qt-04511e3dbbcdf40489852babbf4753e0f744c26f.tar.gz Qt-04511e3dbbcdf40489852babbf4753e0f744c26f.tar.bz2 |
Improve qdoc generated QML documentation.
Diffstat (limited to 'tools/qdoc3/doc.cpp')
-rw-r--r-- | tools/qdoc3/doc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qdoc3/doc.cpp b/tools/qdoc3/doc.cpp index 748390f..f4931b8 100644 --- a/tools/qdoc3/doc.cpp +++ b/tools/qdoc3/doc.cpp @@ -2841,6 +2841,10 @@ void Doc::initialize(const Config& config) DocParser::sourceDirs = config.getStringList(CONFIG_SOURCEDIRS); DocParser::quoting = config.getBool(CONFIG_QUOTINGINFORMATION); +#ifdef QDOC_QML + QmlClassNode::qmlOnly = config.getBool(CONFIG_QMLONLY); +#endif + QStringMap reverseAliasMap; QSet<QString> commands = config.subVars(CONFIG_ALIAS); |