diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-04-05 11:41:19 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-04-05 11:41:19 (GMT) |
commit | a01e0d1928aa17690d3e0ebadbac7b95bf0f0e84 (patch) | |
tree | 8114a1cc23338adb8477d23ebcc6bacaa9434c1d /tools/qdoc3/doc.h | |
parent | c49a91a9629122f01df285a0b436c7502abc769c (diff) | |
download | Qt-a01e0d1928aa17690d3e0ebadbac7b95bf0f0e84.zip Qt-a01e0d1928aa17690d3e0ebadbac7b95bf0f0e84.tar.gz Qt-a01e0d1928aa17690d3e0ebadbac7b95bf0f0e84.tar.bz2 |
qdoc: Allowed multiple values for certain metadata tags.
Also output mainters for classes in the HTML output,
if there are maintainers listed.
Diffstat (limited to 'tools/qdoc3/doc.h')
-rw-r--r-- | tools/qdoc3/doc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qdoc3/doc.h b/tools/qdoc3/doc.h index ea832b1..e043b3a 100644 --- a/tools/qdoc3/doc.h +++ b/tools/qdoc3/doc.h @@ -64,7 +64,6 @@ class FakeNode; typedef QMap<QString, QStringList> QCommandMap; typedef QMap<QString, QString> QStringMap; -typedef QStringMap::const_iterator QStringMapEntry; typedef QMultiMap<QString, QString> QStringMultiMap; class Doc @@ -118,7 +117,7 @@ class Doc const QList<int> &tableOfContentsLevels() const; const QList<Atom *> &keywords() const; const QList<Atom *> &targets() const; - const QStringMap &metaTagMap() const; + const QStringMultiMap &metaTagMap() const; static void initialize( const Config &config ); static void terminate(); |