diff options
author | BogDan Vatra <bogdan@kdab.com> | 2016-12-14 15:37:52 +0200 |
---|---|---|
committer | BogDan Vatra <bogdan@kdab.com> | 2016-12-14 14:16:46 +0000 |
commit | b8fab7c9f5debec9e26816b6b9581de921f90ef6 (patch) | |
tree | f5ab82512d9a82255aaa565cf538481796304b0e /doc | |
parent | 5556308cbfabb1eef63359dfec24b8bcff44cb94 (diff) | |
download | qtbase-b8fab7c9f5debec9e26816b6b9581de921f90ef6.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global/qt-cpp-defines.qdocconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index fe8b7fb87e..5ebb208bcc 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -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 \ |