diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-07 07:32:24 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-07 07:32:24 (GMT) |
commit | f9400e81d6e817eb16651e01bb3710cf8562c926 (patch) | |
tree | c1aa61336f887ebfcdf90c0b25c0469edeb3e63a /tools/qdoc3/atom.cpp | |
parent | e3a3ae24e54a4461498ae8185b89bdf429e68574 (diff) | |
download | Qt-f9400e81d6e817eb16651e01bb3710cf8562c926.zip Qt-f9400e81d6e817eb16651e01bb3710cf8562c926.tar.gz Qt-f9400e81d6e817eb16651e01bb3710cf8562c926.tar.bz2 |
qdoc: Replaced many raw-html cases with \div {something}.
Diffstat (limited to 'tools/qdoc3/atom.cpp')
-rw-r--r-- | tools/qdoc3/atom.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/qdoc3/atom.cpp b/tools/qdoc3/atom.cpp index 301244d..ef5b6c8 100644 --- a/tools/qdoc3/atom.cpp +++ b/tools/qdoc3/atom.cpp @@ -107,7 +107,8 @@ QString Atom::UPPERROMAN_ ("upperroman"); \value CodeOld \value CodeQuoteArgument \value CodeQuoteCommand - \value Div + \value DivLeft + \value DivRight \value EndQmlText \value FormatElse \value FormatEndif @@ -180,8 +181,8 @@ static const struct { { "CodeOld", Atom::CodeOld }, { "CodeQuoteArgument", Atom::CodeQuoteArgument }, { "CodeQuoteCommand", Atom::CodeQuoteCommand }, - { "Div", Atom::Div }, - { "EndDiv", Atom::EndDiv }, + { "DivLeft", Atom::DivLeft }, + { "DivRight", Atom::DivRight }, #ifdef QDOC_QML { "EndQmlText", Atom::EndQmlText }, #endif |