summaryrefslogtreecommitdiff
path: root/tools/qdoc3/atom.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-12-14 13:22:12 +0100
committerMartin Smith <martin.smith@nokia.com>2010-12-14 13:22:12 +0100
commit0fe36ac832abf8f8d438b21fce0177b65b3bbf3a (patch)
tree17e2ee8a244a3a8b5e7ebf6e5a1dd7f895d8f30f /tools/qdoc3/atom.h
parent53dc4de29913356e9521ac433fb13b36d2b5ab8b (diff)
downloadqt4-tools-0fe36ac832abf8f8d438b21fce0177b65b3bbf3a.tar.gz
qdoc: Changed index.qdoc to use new \div command
This is necessary for the Mimir project, but it is also useful for writing html output in that now you can write the index page (and other such pages) using pure qdoc commands. i.e. you don't need to use raw html for this sort of thing anymore.
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 4639711116..fe85aecbef 100644
--- a/tools/qdoc3/atom.h
+++ b/tools/qdoc3/atom.h
@@ -72,7 +72,9 @@ class Atom
CodeOld,
CodeQuoteArgument,
CodeQuoteCommand,
+ Div,
#ifdef QDOC_QML
+ EndDiv,
EndQmlText,
#endif
FootnoteLeft,