summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/atom.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-01-24 10:28:17 (GMT)
committerMartin Smith <martin.smith@nokia.com>2011-01-24 10:28:17 (GMT)
commitadf175a0f69e9ae325622510ae23e8c797991afc (patch)
tree6be6413566e2e01169e1d4880c4a12894b15c0ad /tools/qdoc3/atom.h
parentd1eca385ada333483c7f7191327d096233d124ba (diff)
downloadQt-adf175a0f69e9ae325622510ae23e8c797991afc.zip
Qt-adf175a0f69e9ae325622510ae23e8c797991afc.tar.gz
Qt-adf175a0f69e9ae325622510ae23e8c797991afc.tar.bz2
qdoc: Added the \span command.
e.g. \span {id="color-red"} {Color this text only}, not this text.
Diffstat (limited to 'tools/qdoc3/atom.h')
-rw-r--r--tools/qdoc3/atom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.h b/tools/qdoc3/atom.h
index c2b7cd6..325df28 100644
--- a/tools/qdoc3/atom.h
+++ b/tools/qdoc3/atom.h
@@ -189,6 +189,7 @@ class Atom
static QString ITALIC_;
static QString LINK_;
static QString PARAMETER_;
+ static QString SPAN_;
static QString SUBSCRIPT_;
static QString SUPERSCRIPT_;
static QString TELETYPE_;
@@ -214,6 +215,7 @@ class Atom
#define ATOM_FORMATTING_ITALIC "italic"
#define ATOM_FORMATTING_LINK "link"
#define ATOM_FORMATTING_PARAMETER "parameter"
+#define ATOM_FORMATTING_SPAN "span "
#define ATOM_FORMATTING_SUBSCRIPT "subscript"
#define ATOM_FORMATTING_SUPERSCRIPT "superscript"
#define ATOM_FORMATTING_TELETYPE "teletype"