diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-21 08:41:46 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-21 08:43:14 (GMT) |
commit | 42563fa22cfe7d6be252df69244c8196f498444d (patch) | |
tree | 13c2df2f6d4a52fabdbdeca36926b6c94e764f27 /tools/qdoc3/atom.cpp | |
parent | 951915edc6f863724d83502e7486c73d25892d1d (diff) | |
download | Qt-42563fa22cfe7d6be252df69244c8196f498444d.zip Qt-42563fa22cfe7d6be252df69244c8196f498444d.tar.gz Qt-42563fa22cfe7d6be252df69244c8196f498444d.tar.bz2 |
qdoc: Added "since" 4.6 lists to the "What's New" page.
In test/qt.qdocconf, change %VERSION% to 4.6, for example.
Diffstat (limited to 'tools/qdoc3/atom.cpp')
-rw-r--r-- | tools/qdoc3/atom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.cpp b/tools/qdoc3/atom.cpp index 69204d4..834a5d7 100644 --- a/tools/qdoc3/atom.cpp +++ b/tools/qdoc3/atom.cpp @@ -143,6 +143,7 @@ QString Atom::UPPERROMAN_ ("upperroman"); \value SectionHeadingRight \value SidebarLeft \value SidebarRight + \value SinceList \value String \value TableLeft \value TableRight @@ -220,6 +221,7 @@ static const struct { { "SectionHeadingRight", Atom::SectionHeadingRight }, { "SidebarLeft", Atom::SidebarLeft }, { "SidebarRight", Atom::SidebarRight }, + { "SinceList", Atom::SinceList }, { "SnippetCommand", Atom::SnippetCommand }, { "SnippetIdentifier", Atom::SnippetIdentifier }, { "SnippetLocation", Atom::SnippetLocation }, |