summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/atom.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-21 08:41:46 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-21 08:43:14 (GMT)
commit42563fa22cfe7d6be252df69244c8196f498444d (patch)
tree13c2df2f6d4a52fabdbdeca36926b6c94e764f27 /tools/qdoc3/atom.cpp
parent951915edc6f863724d83502e7486c73d25892d1d (diff)
downloadQt-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.cpp2
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 },