QDoc: Allow '0' to be used as 2nd arg for \qmlclass.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 28 Jun 2012 10:49:06 +0000 (12:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 28 Jun 2012 12:44:20 +0000 (14:44 +0200)
commit50dfd15dcc49d12c5335a37999aef041d7fdfaae
treedab16f7ffbfac39a431cc8e547cde94e7766cc9e
parentd359b0af2b93aeb9c22714be1cec881417650ed8
QDoc: Allow '0' to be used as 2nd arg for \qmlclass.

There can be occurences of \qmlclass where there is no C++ class (for a
pure QML Type for example). QDoc will ignore searching for a C++ class
when '0' is specified as second argument to the \qmlclass command.

Change-Id: I09c8c7ad302daffb0723a49967951ca623e646e4
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/tools/qdoc/cppcodeparser.cpp