Add Q_[ENUM|FLAG]_NS to global qt-cpp-defines doc conf

We need to add Q_[ENUM|FLAG]_NS to global qt-cpp-defines doc conf otherwise
qdoc ignores them and it will not produce any documentation or links to
these enums/flags

Task-number: QTBUG-57616
Change-Id: I744317346feb41db02787677f8698c4de15db226
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
BogDan Vatra 2016-12-14 15:37:52 +02:00
parent 5556308cbf
commit b8fab7c9f5

View File

@ -148,8 +148,10 @@ Cpp.ignoredirectives += \
Q_DUMMY_COMPARISON_OPERATOR \
Q_ENUM \
Q_ENUMS \
Q_ENUM_NS \
Q_FLAG \
Q_FLAGS \
Q_FLAG_NS \
Q_INTERFACES \
Q_PRIVATE_PROPERTY \
QT_FORWARD_DECLARE_CLASS \