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:
parent
03dba8c596
commit
f73e49808d
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user