diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-24 18:33:21 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-24 18:33:21 (GMT) |
commit | 9529188304b47d3fdb39cec52ad233f37a477f2f (patch) | |
tree | b5c53e65cb56a553e54a6ed54e1e1c642e464223 /tools/qdoc3/config.h | |
parent | f79dfe06afe9aae34e064b5668cc3429f659dd16 (diff) | |
download | Qt-9529188304b47d3fdb39cec52ad233f37a477f2f.zip Qt-9529188304b47d3fdb39cec52ad233f37a477f2f.tar.gz Qt-9529188304b47d3fdb39cec52ad233f37a477f2f.tar.bz2 |
Refactored use of parsers to parse files based on their types.
The full range of file types is specified in the configuration file.
Each parser is asked if it handles each file.
The pure documentation parser conceptually handles qdoc files, but it
uses the same code as the C++ parser.
Diffstat (limited to 'tools/qdoc3/config.h')
-rw-r--r-- | tools/qdoc3/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h index f089a70..bc36f3d 100644 --- a/tools/qdoc3/config.h +++ b/tools/qdoc3/config.h @@ -76,7 +76,6 @@ class Config QSet<QString> subVars(const QString& var) const; QStringList getAllFiles(const QString& filesVar, const QString& dirsVar, - const QString& defaultNameFilter, const QSet<QString> &excludedDirs = QSet<QString>()); static QStringList getFilesHere(const QString& dir, |