summaryrefslogtreecommitdiff
path: root/tools/qdoc3/atom.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-01-24 11:28:17 +0100
committerMartin Smith <martin.smith@nokia.com>2011-01-24 11:28:17 +0100
commitadf175a0f69e9ae325622510ae23e8c797991afc (patch)
tree6be6413566e2e01169e1d4880c4a12894b15c0ad /tools/qdoc3/atom.cpp
parentd1eca385ada333483c7f7191327d096233d124ba (diff)
downloadqt4-tools-adf175a0f69e9ae325622510ae23e8c797991afc.tar.gz
qdoc: Added the \span command.
e.g. \span {id="color-red"} {Color this text only}, not this text.
Diffstat (limited to 'tools/qdoc3/atom.cpp')
-rw-r--r--tools/qdoc3/atom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.cpp b/tools/qdoc3/atom.cpp
index ef5b6c82ec..e6647edd42 100644
--- a/tools/qdoc3/atom.cpp
+++ b/tools/qdoc3/atom.cpp
@@ -51,6 +51,7 @@ QString Atom::INDEX_ ("index");
QString Atom::ITALIC_ ("italic");
QString Atom::LINK_ ("link");
QString Atom::PARAMETER_ ("parameter");
+QString Atom::SPAN_ ("span");
QString Atom::SUBSCRIPT_ ("subscript");
QString Atom::SUPERSCRIPT_ ("superscript");
QString Atom::TELETYPE_ ("teletype");