diff -r 93b982ccede2 -r 5daf16870df6 tools/qdoc3/codeparser.h --- a/tools/qdoc3/codeparser.h Mon Jun 21 22:38:13 2010 +0100 +++ b/tools/qdoc3/codeparser.h Thu Jul 22 16:41:55 2010 +0100 @@ -78,6 +78,7 @@ static void initialize(const Config& config); static void terminate(); static CodeParser *parserForLanguage(const QString& language); + static const QString titleFromName(const QString& name); protected: QSet commonMetaCommands(); @@ -88,6 +89,7 @@ private: static QList parsers; static bool showInternal; + static QMap nameToTitle; }; QT_END_NAMESPACE