QDoc: Do not put indexNodes in qt.ditamap.

Change-Id: I659a3a91aaa6da26f4f739428d79cccfab8ce076
Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
Casper van Donderen 2012-06-01 09:45:13 +02:00 committed by Qt by Nokia
parent 6c60fe20c2
commit 7739076849

View File

@ -5852,7 +5852,7 @@ Node* DitaXmlGenerator::collectNodesByTypeAndSubtype(const InnerNode* parent)
rootPageNode = n;
continue;
}
if (!child || child->isInternal() || child->doc().isEmpty())
if (!child || child->isInternal() || child->doc().isEmpty() || child->isIndexNode())
continue;
if (child->name() == "index.html" || child->name() == "index") {