Ignore Q_DECL_NOEXCEPT in qdoc

This fixes a large bunch of qdoc errors in Qt Core.

Change-Id: Ie3c3cebc730081a0927a0998d8937d721719c1c6
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Lars Knoll 2012-08-14 17:26:52 +02:00 committed by Qt by Nokia
parent 03dba8c596
commit f73e49808d

View File

@ -33,7 +33,8 @@ Cpp.ignoretokens = QT_ASCII_CAST_WARN \
QT_END_INCLUDE_NAMESPACE \
Q_GADGET \
Q_INVOKABLE \
Q_DECL_CONSTEXPR
Q_DECL_CONSTEXPR \
Q_DECL_NOEXCEPT
Cpp.ignoredirectives = Q_DECLARE_INTERFACE \
Q_DECLARE_METATYPE \
Q_DECLARE_OPERATORS_FOR_FLAGS \