diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-11-07 10:37:03 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-11-07 10:37:03 (GMT) |
commit | 8481135dfc7f19424ab9d94d5da986861e6f9c4f (patch) | |
tree | ccb16345eb9ca9de378ba737f9fa97b42af6f9f2 /tools/qdoc3/ditaxmlgenerator.cpp | |
parent | e2cffa74190833621d82697325d5cbbbb2aaec85 (diff) | |
download | Qt-8481135dfc7f19424ab9d94d5da986861e6f9c4f.zip Qt-8481135dfc7f19424ab9d94d5da986861e6f9c4f.tar.gz Qt-8481135dfc7f19424ab9d94d5da986861e6f9c4f.tar.bz2 |
qdoc: Second pass at generating a map.
All the files are there now. It outputs each element as a <topicref>.
We might want to output the entries for C++ classes, namespaces,
and QML classes differently. But the validator is able to use this
map to validate everything, and there are no errors. So until we
get further instructions, this is it.
Task-number: QTBUG-14981
Diffstat (limited to 'tools/qdoc3/ditaxmlgenerator.cpp')
-rw-r--r-- | tools/qdoc3/ditaxmlgenerator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/ditaxmlgenerator.cpp b/tools/qdoc3/ditaxmlgenerator.cpp index bf7bd07..d275af2 100644 --- a/tools/qdoc3/ditaxmlgenerator.cpp +++ b/tools/qdoc3/ditaxmlgenerator.cpp @@ -5404,6 +5404,7 @@ void DitaXmlGenerator::beginSubPage(const Location& location, const QString& fileName) { PageGenerator::beginSubPage(location,fileName); + (void) lookupGuidMap(fileName); QXmlStreamWriter* writer = new QXmlStreamWriter(out().device()); xmlWriterStack.push(writer); writer->setAutoFormatting(true); |