diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-12-14 12:22:12 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-12-14 12:22:12 (GMT) |
commit | 0fe36ac832abf8f8d438b21fce0177b65b3bbf3a (patch) | |
tree | 17e2ee8a244a3a8b5e7ebf6e5a1dd7f895d8f30f /tools/qdoc3/atom.h | |
parent | 53dc4de29913356e9521ac433fb13b36d2b5ab8b (diff) | |
download | Qt-0fe36ac832abf8f8d438b21fce0177b65b3bbf3a.zip Qt-0fe36ac832abf8f8d438b21fce0177b65b3bbf3a.tar.gz Qt-0fe36ac832abf8f8d438b21fce0177b65b3bbf3a.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.h b/tools/qdoc3/atom.h index 4639711..fe85aec 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, |