qdoc: Handle multiple \ingroup commands in QML types.
authorMartin Smith <martin.smith@nokia.com>
Tue, 20 Mar 2012 13:08:25 +0000 (14:08 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 20 Mar 2012 13:21:25 +0000 (14:21 +0100)
commit1ae2a0227a3717714444b5b7153c6b63dce016d9
tree4442e0d1b77ce715ca33263bf41d624506a23c1e
parent95571df87e443540a59de7e4428cbcb18e479f0b
qdoc: Handle multiple \ingroup commands in QML types.

These were not handled in the QmlVisitor class.
It was believed they would appear as separate
commands in QmlVisitor, but the appear as one
\ingroup command followed by several group
identifiers.

Change-Id: If198433f7cd5095264f41346987c49ee4c30a786
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/tools/qdoc/qmlvisitor.cpp