summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-31 13:18:25 +0100
committerMartin Smith <martin.smith@qt.io>2018-02-03 12:46:34 +0000
commita374e164efe3f315d5dc6d767a2a16ee2a5eb4d9 (patch)
tree538c5de57e331d9edfd08e09242542fbc54cf8c5 /doc/global
parent1aa3edf3f888f394040d32d4a211257f9e9e2791 (diff)
qdoc: Remove __cplusplus from the defines list
__cplusplus was removed from the list of defines passed to qdoc because it should not be there for clang-qdoc. Change-Id: I32802e68d915f7a5b717f16ba26a1cd57d7ff645 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/qt-cpp-defines.qdocconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf
index 4dbe144913..13533555c5 100644
--- a/doc/global/qt-cpp-defines.qdocconf
+++ b/doc/global/qt-cpp-defines.qdocconf
@@ -13,7 +13,6 @@ defines += Q_QDOC \
QT_DEPRECATED \
QT_DEPRECATED_* \
Q_NO_USING_KEYWORD \
- __cplusplus \
Q_OS_.* \
Q_STDLIB_UNICODE_STRINGS \
Q_COMPILER_INITIALIZER_LISTS \
@@ -21,8 +20,7 @@ defines += Q_QDOC \
Q_COMPILER_UNIFORM_INIT \
Q_COMPILER_RVALUE_REFS
-clangdefines += __cplusplus \
- Q_QDOC \
+clangdefines += Q_QDOC \
Q_CLANG_QDOC \
QT_COMPAT \
QT3_SUPPORT \