From 163a8d5a7640eefd3d5cd622b3fb325efaa3df57 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 17 Mar 2014 12:55:44 +0100 Subject: Doc: ignore Q_DECL_NOEXCEPT_EXPR and QT_DEPRECATED_X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes most of the \fn-not-found errors in QtCore. Change-Id: I61a48646c6341cb3310bbb83f190a15e9225fd14 Reviewed-by: Jędrzej Nowacki Reviewed-by: Thiago Macieira --- doc/global/qt-cpp-defines.qdocconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index bbf1dda2e6..3240ec4a20 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -128,6 +128,8 @@ Cpp.ignoredirectives += \ Q_DECLARE_SHARED \ Q_DECLARE_TR_FUNCTIONS \ Q_DECLARE_TYPEINFO \ + Q_DECL_NOEXCEPT_EXPR \ + QT_DEPRECATED_X \ Q_DISABLE_COPY \ Q_DUMMY_COMPARISON_OPERATOR \ Q_ENUMS \ -- cgit v1.2.3