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.cpp | |
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.cpp')
-rw-r--r-- | tools/qdoc3/atom.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.cpp b/tools/qdoc3/atom.cpp index d18c3c4..301244d 100644 --- a/tools/qdoc3/atom.cpp +++ b/tools/qdoc3/atom.cpp @@ -107,6 +107,7 @@ QString Atom::UPPERROMAN_ ("upperroman"); \value CodeOld \value CodeQuoteArgument \value CodeQuoteCommand + \value Div \value EndQmlText \value FormatElse \value FormatEndif @@ -179,6 +180,8 @@ static const struct { { "CodeOld", Atom::CodeOld }, { "CodeQuoteArgument", Atom::CodeQuoteArgument }, { "CodeQuoteCommand", Atom::CodeQuoteCommand }, + { "Div", Atom::Div }, + { "EndDiv", Atom::EndDiv }, #ifdef QDOC_QML { "EndQmlText", Atom::EndQmlText }, #endif |