qdoc: Listing group members across modules
authorMartin Smith <martin.smith@digia.com>
Tue, 27 Nov 2012 13:07:27 +0000 (14:07 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 27 Nov 2012 14:54:45 +0000 (15:54 +0100)
commit3e33d29a86a99c4dc068e640b23551a7a6e9ab90
tree0a02df617f904911643c02d53335645cf23594d5
parent11a38b63bd34b632e335a38f2e671bea0d6a9564
qdoc: Listing group members across modules

This is a first attempt at fixing the problem, but
it probably is not the entire solution. The problem
requires adding attributes to the index files and
then reusing them when the index files are read.
The same problem will be affecting the module
lists themselves, but that is not fixed in this
update.

Task-number: QTBUG-28036
Change-Id: I8593d5b9446e51a5204b6c71f8c4f2b63f445972
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
16 files changed:
src/tools/qdoc/codeparser.cpp
src/tools/qdoc/cppcodeparser.cpp
src/tools/qdoc/ditaxmlgenerator.cpp
src/tools/qdoc/ditaxmlgenerator.h
src/tools/qdoc/generator.h
src/tools/qdoc/htmlgenerator.cpp
src/tools/qdoc/htmlgenerator.h
src/tools/qdoc/node.cpp
src/tools/qdoc/node.h
src/tools/qdoc/qdocdatabase.cpp
src/tools/qdoc/qdocdatabase.h
src/tools/qdoc/qdocindexfiles.cpp
src/tools/qdoc/qdocindexfiles.h
src/tools/qdoc/qmlvisitor.cpp
src/tools/qdoc/tree.cpp
src/tools/qdoc/tree.h