From b4babd64068d21ab3572febf3de90aabe666835e Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 29 Jun 2015 14:18:12 +0200 Subject: [PATCH] qdoc: Missing names from ignored tokens list Q_DECL_CF_RETURNS_RETAINED and Q_DECL_NS_RETURNS_AUTORELEASED are added to qdoc's list of ignored tokens. Without them, qdoc fails to parse a few function declarations. Change-Id: If59066a765882d88881eed7db31b4b52a6e570ea Task-number: QTBUG-46920 Reviewed-by: Venugopal Shivashankar --- doc/global/qt-cpp-defines.qdocconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index 153898471c1..d6fb2720da6 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -37,6 +37,8 @@ Cpp.ignoretokens += \ Q_DECL_NOTHROW \ Q_DECL_PURE_FUNCTION \ Q_DECL_UNUSED \ + Q_DECL_CF_RETURNS_RETAINED \ + Q_DECL_NS_RETURNS_AUTORELEASED \ Q_DECLARATIVE_EXPORT \ Q_EXPLICIT \ Q_EXPORT \