From e41c6e65b52f1672c63d7d696d80e53030c17ebf Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 8 Apr 2014 14:09:12 +0200 Subject: qdoc: Links to Q_DECL_FINAL not created This update fixes part of QTBUG-37719. Q_DECL_FINAL is a macro that is documented, but links to the documentation for it were not created. The problem was that Q_DECL_FINAL is actually used in the Qt sources, but it was not listed in the Cpp.ignoretokens clause in the qdocconf file. This update just adds it to Cpp.ignoretokens. Task-number: QTBUG-37719 Change-Id: I62945df4976b21b67084e6de25e25bbc4c92f89f Reviewed-by: Sze Howe Koh Reviewed-by: Jerome Pasion --- doc/global/qt-cpp-defines.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index 351bd4312b..cfd0b07819 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -30,6 +30,7 @@ Cpp.ignoretokens += \ Q_DECL_CONST_FUNCTION \ Q_DECL_DEPRECATED \ Q_DECL_NOEXCEPT \ + Q_DECL_FINAL \ Q_DECL_NOTHROW \ Q_DECL_PURE_FUNCTION \ Q_DECL_UNUSED \ -- cgit v1.2.3