From f9eb2534de4633409246f1be8e154947d840de82 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 22 Jul 2015 10:52:10 +0200 Subject: Doc: Add Q_MV_IOS to ignored C++ directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enumeration QSysInfo::MacVersion uses a macro to define enumeration values. QDoc gets confused about it and prints a lot of warnings. Adding the macro to ignored directives does not resolve the documentation issue completely (enum values still show up as '?'), but it gets rid of the warnings. Task-number: QTBUG-43810 Change-Id: Ie4009646a78c62b5f1860d29855d3941e79d9388 Reviewed-by: Topi Reiniƶ --- doc/global/qt-cpp-defines.qdocconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index 3491e00402..7cc9e0f317 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -152,4 +152,5 @@ Cpp.ignoredirectives += \ QT_WARNING_DISABLE_CLANG \ QT_WARNING_DISABLE_GCC \ QT_WARNING_DISABLE_INTEL \ - QT_WARNING_DISABLE_MSVC + QT_WARNING_DISABLE_MSVC \ + Q_MV_IOS -- cgit v1.2.3