summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-10-26 08:30:58 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-10-26 08:30:58 (GMT)
commit7f8bb137427160070c3461fc161199f82d4731e4 (patch)
tree9c1a421509f89d096b6d1223cbac97277c91abeb /tools/qdoc3/doc.cpp
parentcd3d9ea937a77c5caad276ac279e550ae74b60d6 (diff)
downloadQt-7f8bb137427160070c3461fc161199f82d4731e4.zip
Qt-7f8bb137427160070c3461fc161199f82d4731e4.tar.gz
Qt-7f8bb137427160070c3461fc161199f82d4731e4.tar.bz2
doc: Fixed some DITA XML validation errors.
Also fixed a bug in qdoc3 for html generation.
Diffstat (limited to 'tools/qdoc3/doc.cpp')
-rw-r--r--tools/qdoc3/doc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/doc.cpp b/tools/qdoc3/doc.cpp
index 5adb282..4b1bec8 100644
--- a/tools/qdoc3/doc.cpp
+++ b/tools/qdoc3/doc.cpp
@@ -1682,7 +1682,7 @@ bool DocParser::closeCommand(int endCmd)
void DocParser::startSection(Doc::SectioningUnit unit, int cmd)
{
- leavePara();
+ leaveValueList();
if (currentSectioningUnit == Doc::Book) {
#if 0