summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-07-12 16:07:23 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-07-13 10:51:59 +0000
commitf71aeea9329faf33d7161e6af88e2a94a35edb9f (patch)
treed965ce2a444e29afb25e94f850487a9183fc07cd /doc/global
parent268ff00ef50a74ffa58e53c2c8897b7a7319be41 (diff)
Doc: Hide weak overload template magic from documentation
Hide the 'template magic' to implement Q_WEAK_OVERLOAD from the documentation. So far Q_WEAK_OVERLOAD void foo() lead to template <typename> void foo() in the generated documentation, which is arguably confusing to the uninitiated. And people interested in implementation details & exact overload resolution will arguably just read the .h files themselves. Fixes: QTBUG-104851 Pick-to: 6.4 6.3 6.2 5.15 Change-Id: I5e0b1b337b28e621e6a627241aa8037da0a879a7 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/qt-cpp-defines.qdocconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf
index c2a267d08e..b31cec2f0d 100644
--- a/doc/global/qt-cpp-defines.qdocconf
+++ b/doc/global/qt-cpp-defines.qdocconf
@@ -123,7 +123,6 @@ Cpp.ignoretokens += \
Q_SVG_EXPORT \
Q_TESTLIB_EXPORT \
Q_TYPENAME \
- Q_WEAK_OVERLOAD \
Q_WIDGETS_EXPORT \
Q_WINEXTRAS_EXPORT \
Q_XML_EXPORT \