qdoc: Ignore Q_ALWAYS_INLINE and QT_HAS_INCLUDE()

Number of API changes in Qt 5.8 use these macros and QDoc needs to
ignore them the correctly match the documentation to the function
signatures.

Task-number: QTBUG-57424
Change-Id: I0c3a0eb4deb2d9b348f24800591bc6f6b47cf458
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Topi Reinio 2016-12-02 09:51:52 +01:00 committed by Jani Heikkinen
parent 048447346b
commit 1658bcb104

View File

@ -20,6 +20,7 @@ defines += Q_QDOC \
Cpp.ignoretokens += \
ENGINIOCLIENT_EXPORT \
PHONON_EXPORT \
Q_ALWAYS_INLINE \
Q_AUTOTEST_EXPORT \
Q_BLUETOOTH_EXPORT \
Q_COMPAT_EXPORT \
@ -150,6 +151,7 @@ Cpp.ignoredirectives += \
Q_ENUMS \
Q_FLAG \
Q_FLAGS \
QT_HAS_INCLUDE \
Q_INTERFACES \
Q_PRIVATE_PROPERTY \
QT_FORWARD_DECLARE_CLASS \