Continue processing the qhp file on missing attributes
authorLars Knoll <lars.knoll@nokia.com>
Tue, 21 Aug 2012 10:35:11 +0000 (12:35 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 21 Aug 2012 17:40:50 +0000 (19:40 +0200)
commit83fa4051d623c3c03a0e1b1cadfc63ce735c15e2
tree0f07c842d19eada8502a56657ffc284b2c604752
parent676264e24db0b073a0f0e36b63f48267bb311918
Continue processing the qhp file on missing attributes

qhelpgenerator would bail out with an error if a keyword would contain
a missing or empty attribute. This can e.g. happen on a missing
\relates in the documentation.

This makes the whole help generation rather fragile, as CI doesn't stop
these kind of errors from making it into the code base. So rather then
failing to generate the docs simply skip the one keyword that the
helpgenerator can't place into a context.

Change-Id: I265dc75ba9b29c868d5b9cf8a9aae5ce880374b1
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/assistant/help/qhelpprojectdata.cpp